* interp.c (sim_stop_reason): Fix typo.

This commit is contained in:
Nick Clifton 2006-04-18 09:15:29 +00:00
parent 4f553f885c
commit 95bd752a6c
1 changed files with 1 additions and 1 deletions

View 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 */