rvemu icon indicating copy to clipboard operation
rvemu copied to clipboard

RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing).

Results 21 rvemu issues
Sort by recently updated
recently updated
newest added

https://github.com/d0iasm/rvemu/blob/f55eb5b376f22a73c0cf2630848c03f8d5c93922/src/cpu.rs#L1814 https://github.com/d0iasm/rvemu/blob/f55eb5b376f22a73c0cf2630848c03f8d5c93922/src/cpu.rs#L1793 both of these lines do nothing, as https://github.com/d0iasm/rvemu/blob/f55eb5b376f22a73c0cf2630848c03f8d5c93922/src/cpu.rs#L1786 already has shown that addr is not in the reservation set, when reaching these lines.