diff options
Diffstat (limited to 'sim/tic80/interp.c')
-rw-r--r-- | sim/tic80/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/tic80/interp.c b/sim/tic80/interp.c index 8fda287..072b9be 100644 --- a/sim/tic80/interp.c +++ b/sim/tic80/interp.c @@ -62,7 +62,7 @@ engine_error (SIM_DESC sd, if (sd->halt_ok) { sim_io_eprintf (sd, "\n"); - engine_halt (sd, cpu, cia, sim_signalled, SIGABRT); + engine_halt (sd, cpu, cia, sim_stopped, SIGABRT); } else sim_io_error (sd, " - aborting simulation"); |