summaryrefslogtreecommitdiffstats
path: root/sim/d10v
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-04-18 09:15:29 +0000
committerNick Clifton <nickc@redhat.com>2006-04-18 09:15:29 +0000
commit95bd752a6c222191236fc4022a5aec9ef0a36a39 (patch)
tree6552833ac76500eb472f76b674e29c2d89d026c5 /sim/d10v
parent4f553f885c32c6f54669ad7415fa7a4d837326e9 (diff)
downloadppe42-binutils-95bd752a6c222191236fc4022a5aec9ef0a36a39.tar.gz
ppe42-binutils-95bd752a6c222191236fc4022a5aec9ef0a36a39.zip
* interp.c (sim_stop_reason): Fix typo.
Diffstat (limited to 'sim/d10v')
-rw-r--r--sim/d10v/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/d10v/interp.c b/sim/d10v/interp.c
index 26f36ec5cf..9caec41289 100644
--- a/sim/d10v/interp.c
+++ b/sim/d10v/interp.c
@@ -1278,7 +1278,7 @@ sim_stop_reason (sd, reason, sigrc)
case SIG_D10V_BUS:
*reason = sim_stopped;
- *reson = TARGET_SIGNAL_BUS;
+ *sigrc = TARGET_SIGNAL_BUS;
break;
default: /* some signal */
OpenPOWER on IntegriCloud