From: Michael Snyder Date: Thu, 16 Jan 2003 20:03:30 +0000 (+0000) Subject: Missed one... X-Git-Tag: binutils-2_14-branchpoint~1178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=837fd61c26f79a84459b9d12ad1e8838c048cd33;p=platform%2Fupstream%2Fbinutils.git Missed one... --- 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;