mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
This commit is contained in:
parent
47c14ffff6
commit
bd921882b7
@ -1,3 +1,7 @@
|
||||
2004-07-23 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
|
||||
|
||||
2004-07-21 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
Use regcache_raw_supply instead of supply_register.
|
||||
|
@ -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(). */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user