diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-07-22 23:07:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-07-22 23:07:37 +0000 |
commit | bd921882b7515a8c1da30a91b151db4ec70678a4 (patch) | |
tree | c72a461ebe46627c9aea3f4343bf47e48f170ad0 /gdb/sparcnbsd-nat.c | |
parent | 47c14ffff620706a631c84a85a69e85e56baf0c1 (diff) | |
download | gdb-bd921882b7515a8c1da30a91b151db4ec70678a4.zip gdb-bd921882b7515a8c1da30a91b151db4ec70678a4.tar.gz gdb-bd921882b7515a8c1da30a91b151db4ec70678a4.tar.bz2 |
* sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
Diffstat (limited to 'gdb/sparcnbsd-nat.c')
-rw-r--r-- | gdb/sparcnbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparcnbsd-nat.c b/gdb/sparcnbsd-nat.c index 01089ee..fa663f2 100644 --- a/gdb/sparcnbsd-nat.c +++ b/gdb/sparcnbsd-nat.c @@ -38,7 +38,7 @@ sparc32nbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) { /* The following is true for NetBSD 1.6.2: - The pcb contains %sp, %sp, %psr and %wim. From this information + The pcb contains %sp, %pc, %psr and %wim. From this information we reconstruct the register state as it would look when we just returned from cpu_switch(). */ |