aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-01-16 20:03:30 +0000
committerMichael Snyder <msnyder@vmware.com>2003-01-16 20:03:30 +0000
commit837fd61c26f79a84459b9d12ad1e8838c048cd33 (patch)
tree6daa1d366dcd2c2c473f9c4cf2bcbcfe197c0b4a /sim/h8300
parenta4f27e3e0ac5e69bdd1081aeaa63edd1590b6a22 (diff)
downloadfsf-binutils-gdb-837fd61c26f79a84459b9d12ad1e8838c048cd33.zip
fsf-binutils-gdb-837fd61c26f79a84459b9d12ad1e8838c048cd33.tar.gz
fsf-binutils-gdb-837fd61c26f79a84459b9d12ad1e8838c048cd33.tar.bz2
Missed one...
Diffstat (limited to 'sim/h8300')
-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 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;