diff options
Diffstat (limited to 'gdb/compile/compile-object-run.c')
-rw-r--r-- | gdb/compile/compile-object-run.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/compile/compile-object-run.c b/gdb/compile/compile-object-run.c index de5fa16..43da59f 100644 --- a/gdb/compile/compile-object-run.c +++ b/gdb/compile/compile-object-run.c @@ -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) |