From d2cdc6aa2a7d1ec85be70b706a36f878c9aca208 Mon Sep 17 00:00:00 2001 From: msnyder Date: Thu, 16 Jan 2003 20:03:30 +0000 Subject: [PATCH] Missed one... --- sim/h8300/compile.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index b225b62733..e36a0ed104 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; -- 2.11.0