diff options
Diffstat (limited to 'gdb/alphabsd-tdep.c')
-rw-r--r-- | gdb/alphabsd-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/alphabsd-tdep.c b/gdb/alphabsd-tdep.c index 3a8bb9a..15511ad 100644 --- a/gdb/alphabsd-tdep.c +++ b/gdb/alphabsd-tdep.c @@ -42,7 +42,8 @@ alphabsd_fill_reg (const struct regcache *regcache, char *regs, int regno) } void -alphabsd_supply_fpreg (struct regcache *regcache, const char *fpregs, int regno) +alphabsd_supply_fpreg (struct regcache *regcache, + const char *fpregs, int regno) { /* FPCR is at slot 33; slot 32 unused. */ alpha_supply_fp_regs (regcache, regno, fpregs, fpregs + 32 * 8); |