diff options
Diffstat (limited to 'gdb/iq2000-tdep.c')
-rw-r--r-- | gdb/iq2000-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/iq2000-tdep.c b/gdb/iq2000-tdep.c index f2af69e..d4509f9 100644 --- a/gdb/iq2000-tdep.c +++ b/gdb/iq2000-tdep.c @@ -711,7 +711,7 @@ iq2000_push_dummy_call (struct gdbarch *gdbarch, struct value *function, { type = args[i]->type (); typelen = type->length (); - val = value_contents (args[i]).data (); + val = args[i]->contents ().data (); if (typelen <= 4) { /* Char, short, int, float, pointer, and structs <= four bytes. */ |