2003-06-23 Michael Snyder <msnyder@redhat.com>
* sim-reg.c: Fix cut-and-paste bug in comment.
This commit is contained in:
parent
f2c06f5281
commit
72f536bd78
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-23 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* sim-reg.c: Fix cut-and-paste bug in comment.
|
||||
|
||||
2003-06-22 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
From matthew green <mrg@redhat.com>:
|
||||
|
|
|
@ -36,8 +36,8 @@ sim_fetch_register (SIM_DESC sd, int rn, unsigned char *buf, int length)
|
|||
return (* CPU_REG_FETCH (cpu)) (cpu, rn, buf, length);
|
||||
}
|
||||
|
||||
/* Generic implementation of sim_fetch_register for simulators using
|
||||
CPU_REG_FETCH.
|
||||
/* 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. */
|
||||
|
|
Loading…
Reference in a new issue