diff options
-rw-r--r-- | sim/h8300/compile.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index b225b62..e36a0ed 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -924,8 +924,7 @@ case O (name, SB): \ } int -sim_stop (sd) - SIM_DESC sd; +sim_stop (SIM_DESC sd) { cpu.state = SIM_STATE_STOPPED; cpu.exception = SIGINT; |