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 ec4f11a..ef36935 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -852,7 +852,7 @@ the function call).", name); you're seeing problems with values being returned using the "struct return convention", check that PUSH_DUMMY_CALL isn't playing tricks. */ - retval = value_at (value_type, struct_addr, NULL); + retval = value_at (value_type, struct_addr); else { /* This code only handles "register convention". */ |