2011-01-07 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / alphabsd-tdep.c
index 3a8bb9ad8717fc0ada917a54716ad65eb512870f..15511ad278108ae6f269d59255644adc44d38638 100644 (file)
@@ -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);
This page took 0.025753 seconds and 4 git commands to generate.