diff options
Diffstat (limited to 'gdb/cli/cli-dump.c')
-rw-r--r-- | gdb/cli/cli-dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c index c8d6797..428e644 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -497,7 +497,7 @@ restore_command (const char *args, int from_tty) { int binary_flag = 0; - if (!target_has_execution) + if (!target_has_execution ()) noprocess (); CORE_ADDR load_offset = 0; |