This is the mail archive of the gdb-patches@sources.redhat.com 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]

[obvious] sim-reg comment fix-up


committed.

2003-06-23  Michael Snyder  <msnyder@redhat.com>

	* sim-reg.c: Fix cut-and-paste bug in comment.

Index: sim-reg.c
===================================================================
RCS file: /cvs/src/src/sim/common/sim-reg.c,v
retrieving revision 1.1.1.1
diff -p -r1.1.1.1 sim-reg.c
*** sim-reg.c	16 Apr 1999 01:34:58 -0000	1.1.1.1
--- sim-reg.c	23 Jun 2003 17:57:19 -0000
*************** sim_fetch_register (SIM_DESC sd, int rn,
*** 36,43 ****
    return (* CPU_REG_FETCH (cpu)) (cpu, rn, buf, length);
  }
  
! /* Generic implementation of sim_fetch_register for simulators using
!    CPU_REG_FETCH.
     The contents of BUF are in target byte order.  */
  /* ??? Obviously the interface needs to be extended to handle multiple
     cpus.  */
--- 36,43 ----
    return (* CPU_REG_FETCH (cpu)) (cpu, rn, buf, length);
  }
  
! /* Generic implementation of sim_store_register for simulators using
!    CPU_REG_STORE.
     The contents of BUF are in target byte order.  */
  /* ??? Obviously the interface needs to be extended to handle multiple
     cpus.  */

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