diff options
Diffstat (limited to 'gdb/alpha-bsd-tdep.c')
-rw-r--r-- | gdb/alpha-bsd-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/alpha-bsd-tdep.c b/gdb/alpha-bsd-tdep.c index 58b3fe8..5ceeb57 100644 --- a/gdb/alpha-bsd-tdep.c +++ b/gdb/alpha-bsd-tdep.c @@ -41,8 +41,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); |