diff options
author | Michael Snyder <msnyder@specifix.com> | 2003-06-23 17:59:08 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2003-06-23 17:59:08 +0000 |
commit | 14d2236342db19ffd3b2bfc0978427e94e485abe (patch) | |
tree | a78efbef78cb33b8e2e5e936518458b5affbf99a /sim | |
parent | 076fe7f4ea2b0bab94f24326c42ab5787d317e7f (diff) | |
download | gdb-14d2236342db19ffd3b2bfc0978427e94e485abe.tar.gz |
2003-06-23 Michael Snyder <msnyder@redhat.com>
* sim-reg.c: Fix cut-and-paste bug in comment.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/sim-reg.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 9417d320fd5..537ebe3a1c1 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -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>: diff --git a/sim/common/sim-reg.c b/sim/common/sim-reg.c index 3f3dc41cd47..75cfb0a25a9 100644 --- a/sim/common/sim-reg.c +++ b/sim/common/sim-reg.c @@ -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. */ |