summaryrefslogtreecommitdiff
path: root/riscv
diff options
context:
space:
mode:
Diffstat (limited to 'riscv')
-rw-r--r--riscv/riscv_sim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/riscv_sim.c b/riscv/riscv_sim.c
index 394277a7..f518f20e 100644
--- a/riscv/riscv_sim.c
+++ b/riscv/riscv_sim.c
@@ -423,6 +423,7 @@ void run_sail(void)
stepped = zstep(sail_step);
if (have_exception) goto step_exception;
flush_logs();
+ KILL(sail_int)(&sail_step);
}
if (stepped) {
step_no++;