diff --git a/sim/mn10300/simops.c b/sim/mn10300/simops.c index 239936a9c8..c0243c26c5 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 */