diff options
Diffstat (limited to 'gdb/s390-linux-tdep.c')
-rw-r--r-- | gdb/s390-linux-tdep.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/s390-linux-tdep.c b/gdb/s390-linux-tdep.c index 3084b32..9ab5c70 100644 --- a/gdb/s390-linux-tdep.c +++ b/gdb/s390-linux-tdep.c @@ -380,11 +380,11 @@ s390_pseudo_register_write (struct gdbarch *gdbarch, struct regcache *regcache, registers, even though we are otherwise a big-endian platform. */ static struct value * -s390_value_from_register (struct type *type, int regnum, - struct frame_info *frame) +s390_value_from_register (struct gdbarch *gdbarch, struct type *type, + int regnum, struct frame_id frame_id) { - struct value *value = default_value_from_register (type, regnum, frame); - + struct value *value = default_value_from_register (gdbarch, type, + regnum, frame_id); check_typedef (type); if (regnum >= S390_F0_REGNUM && regnum <= S390_F15_REGNUM |