summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2003-01-16 20:03:30 +0000
committerMichael Snyder <msnyder@specifix.com>2003-01-16 20:03:30 +0000
commit8b410b08ff13b6d9394bd14a4a50d1cdd5b5e5df (patch)
tree29b265820775ea0607bed1cac6cc985f4ee5ee30 /sim
parent938cf1e60993abc75b9790b64d381f3fda80cfeb (diff)
downloadgdb-8b410b08ff13b6d9394bd14a4a50d1cdd5b5e5df.tar.gz
Missed one...
Diffstat (limited to 'sim')
-rw-r--r--sim/h8300/compile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c
index b225b627336..e36a0ed104e 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;