This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix typo in sim/d10v.interp.c


Hi Guys,

  I am applying the patch below to fix an obvious typo in the
  sim/d10v/interp.c file.

Cheers
  Nick

sim/d10v/ChangeLog
2006-04-18  Nick Clifton  <nickc@redhat.com>

	* interp.c (sim_stop_reason): Fix typo.

Index: sim/d10v/interp.c
===================================================================
RCS file: /cvs/src/src/sim/d10v/interp.c,v
retrieving revision 1.17
diff -c -3 -p -r1.17 interp.c
*** sim/d10v/interp.c	28 Nov 2005 18:33:03 -0000	1.17
--- sim/d10v/interp.c	18 Apr 2006 09:13:54 -0000
*************** sim_stop_reason (sd, reason, sigrc)
*** 1278,1284 ****
  
      case SIG_D10V_BUS:
        *reason = sim_stopped;
!       *reson = TARGET_SIGNAL_BUS;
        break;
  
      default:				/* some signal */
--- 1278,1284 ----
  
      case SIG_D10V_BUS:
        *reason = sim_stopped;
!       *sigrc = TARGET_SIGNAL_BUS;
        break;
  
      default:				/* some signal */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]