]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/infcall.c
2004-11-09 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / gdb / infcall.c
index ec4f11a013694f6351e9e327fa48bb2985eef499..ef36935eaaf349422c3012be8536d2c3182039f3 100644 (file)
@@ -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".  */