aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/mn10300/simops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mn10300/simops.c b/sim/mn10300/simops.c
index 239936a..c0243c2 100644
--- a/sim/mn10300/simops.c
+++ b/sim/mn10300/simops.c
@@ -2940,6 +2940,7 @@ void OP_F020 (insn, extension)
State.exception = SIGABRT;
else
State.exception = SIGQUIT;
+ State.exited = 1;
break;
case SYS_stat: /* added at hmsi */