Stop assuming no-debug-info functions return int
[deliverable/binutils-gdb.git] / gdb / compile / compile-object-run.c
index de5fa163020100c613af5b122b30610b55bb2c48..43da59fc791b4f17bf7412e7b4c3002ad7a512e4 100644 (file)
@@ -172,7 +172,8 @@ compile_object_run (struct compile_module *module)
          ++current_arg;
        }
       gdb_assert (current_arg == TYPE_NFIELDS (func_type));
-      call_function_by_hand_dummy (func_val, TYPE_NFIELDS (func_type), vargs,
+      call_function_by_hand_dummy (func_val,
+                                  NULL, TYPE_NFIELDS (func_type), vargs,
                                   do_module_cleanup, data);
     }
   CATCH (ex, RETURN_MASK_ERROR)
This page took 0.025177 seconds and 4 git commands to generate.