summaryrefslogtreecommitdiff
path: root/target/hexagon/hexswi.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/hexswi.c')
-rw-r--r--target/hexagon/hexswi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/hexagon/hexswi.c b/target/hexagon/hexswi.c
index 75f0a9cc52..4705e915ae 100644
--- a/target/hexagon/hexswi.c
+++ b/target/hexagon/hexswi.c
@@ -934,6 +934,7 @@ void hexagon_cpu_do_interrupt(CPUState *cs)
break;
case HEX_EVENT_IMPRECISE:
+ env->imprecise_exception = 0;
if (get_exe_mode(env) == HEX_EXE_MODE_WAIT) {
env->gpr[HEX_REG_PC] = env->wait_next_pc - 4;
clear_wait_mode(env);