* interp.c (sim_stop_reason): Fix typo.
authorNick Clifton <nickc@redhat.com>
Tue, 18 Apr 2006 09:15:29 +0000 (09:15 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 18 Apr 2006 09:15:29 +0000 (09:15 +0000)
sim/d10v/interp.c

index 26f36ec..9caec41 100644 (file)
@@ -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 */