diff options
Diffstat (limited to 'gdb/ppcobsd-tdep.h')
-rw-r--r-- | gdb/ppcobsd-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppcobsd-tdep.h b/gdb/ppcobsd-tdep.h index c49b268..503619b 100644 --- a/gdb/ppcobsd-tdep.h +++ b/gdb/ppcobsd-tdep.h @@ -44,7 +44,7 @@ extern void ppcobsd_supply_gregset (const struct regset *regset, const void *gregs, size_t len); /* Collect register REGNUM in the general-purpose register set - REGSET. from register cache REGCACHE into the buffer specified by + REGSET, from register cache REGCACHE into the buffer specified by GREGS and LEN. If REGNUM is -1, do this for all registers in REGSET. */ |