diff options
Diffstat (limited to 'sim/avr/interp.c')
-rw-r--r-- | sim/avr/interp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/avr/interp.c b/sim/avr/interp.c index e4e80c3..8bb9ec2 100644 --- a/sim/avr/interp.c +++ b/sim/avr/interp.c @@ -1760,7 +1760,7 @@ sim_stop (SIM_DESC sd) { cpu_exception = sim_stopped; cpu_signal = TARGET_SIGNAL_INT; - return 0; + return 1; } void |