diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index d7493f1..768844d 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -3820,7 +3820,7 @@ arm_push_dummy_call (struct gdbarch *gdbarch, struct value *function, len = TYPE_LENGTH (arg_type); target_type = TYPE_TARGET_TYPE (arg_type); typecode = arg_type->code (); - val = value_contents (args[argnum]); + val = value_contents (args[argnum]).data (); align = type_align (arg_type); /* Round alignment up to a whole number of words. */ |