projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f553f8
)
* interp.c (sim_stop_reason): Fix typo.
author
Nick Clifton
<nickc@redhat.com>
Tue, 18 Apr 2006 09:15:29 +0000
(09:15 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 18 Apr 2006 09:15:29 +0000
(09:15 +0000)
sim/d10v/interp.c
patch
|
blob
|
history
diff --git
a/sim/d10v/interp.c
b/sim/d10v/interp.c
index
26f36ec
..
9caec41
100644
(file)
--- 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 */