summaryrefslogtreecommitdiff
path: root/target-sh4/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-sh4/exec.h')
-rw-r--r--target-sh4/exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sh4/exec.h b/target-sh4/exec.h
index 2999c023c0..61bc1211dd 100644
--- a/target-sh4/exec.h
+++ b/target-sh4/exec.h
@@ -37,7 +37,6 @@ static inline int cpu_halted(CPUState *env) {
return 0;
if (cpu_has_work(env)) {
env->halted = 0;
- env->intr_at_halt = 1;
return 0;
}
return EXCP_HALTED;