diff options
Diffstat (limited to 'gdb/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 585260b..81a182b 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -842,8 +842,7 @@ right_supply_register (struct regcache *regcache, int wordsize, int regnum, const bfd_byte *buf) { regcache_raw_supply (regcache, regnum, - (buf + wordsize - - register_size (current_gdbarch, regnum))); + (buf + wordsize - register_size (current_gdbarch, regnum))); } /* Extract the register values found in the WORDSIZED ABI GREGSET, |