diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index ded3211..33a098f 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -721,8 +721,8 @@ call_function_by_hand (struct value *function, int nargs, struct value **args) saved_async = target_async_mask (0); old_cleanups2 = make_cleanup_restore_integer - (&suppress_normal_stop_observer); - suppress_normal_stop_observer = 1; + (&suppress_run_stop_observers); + suppress_run_stop_observers = 1; proceed (real_pc, TARGET_SIGNAL_0, 0); do_cleanups (old_cleanups2); |