* common/aclocal.m4: Add include of ../../config/zlib.m4.
[deliverable/binutils-gdb.git] / sim / d10v / interp.c
index 26f36ec5cf58a0ea986cb13f0d6c5815e5a62e59..9caec412890acf8d9e9f40841f11369126b236cf 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 */
This page took 0.022784 seconds and 4 git commands to generate.