diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 584fdeb..e364f01 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -142,7 +142,7 @@ value_arg_coerce (struct gdbarch *gdbarch, struct value *arg, /* Perform any Ada-specific coercion first. */ if (current_language->la_language == language_ada) - arg = ada_convert_actual (arg, type, sp); + arg = ada_convert_actual (arg, type, gdbarch, sp); /* Force the value to the target if we will need its address. At this point, we could allocate arguments on the stack instead of |