We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6bcc56 commit 3070021Copy full SHA for 3070021
src/emulate.c
@@ -78,9 +78,7 @@ static void rv_trap_default_handler(riscv_t *rv)
78
* the registered trap handler, PC by PC. Once the trap is handled,
79
* resume the previous execution flow where cause the trap.
80
*
81
- * Since the system emulation has not yet included in rv32emu, the page
82
- * fault is not practical in current test suite. Instead, we try to
83
- * emulate the misaligned handling in the test suite.
+ * Now, rv32emu supports misaligned access and page fault handling.
84
*/
85
#if RV32_HAS(SYSTEM)
86
static void trap_handler(riscv_t *rv);
0 commit comments