diff options
Diffstat (limited to 'gdb/hppanbsd-tdep.c')
-rw-r--r-- | gdb/hppanbsd-tdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/hppanbsd-tdep.c b/gdb/hppanbsd-tdep.c index e35c84e..3685612 100644 --- a/gdb/hppanbsd-tdep.c +++ b/gdb/hppanbsd-tdep.c @@ -164,8 +164,9 @@ static int hppanbsd_reg_offset[] = REGCACHE. If REGNUM is -1, do this for all registers in REGSET. */ static void -hppanbsd_supply_gregset (const struct regset *regset, struct regcache *regcache, - int regnum, const void *gregs, size_t len) +hppanbsd_supply_gregset (const struct regset *regset, + struct regcache *regcache, + int regnum, const void *gregs, size_t len) { const gdb_byte *regs = gregs; size_t offset; |