Remove target_has_execution macro
[deliverable/binutils-gdb.git] / gdb / record-full.c
index 1c8b791ffb9e99da2c6f971707599cac3447d9ec..c0fedfc32e158fd4397111323001f66cefe3d657 100644 (file)
@@ -947,7 +947,7 @@ record_full_open_1 (const char *name, int from_tty)
     fprintf_unfiltered (gdb_stdlog, "Process record: record_full_open_1\n");
 
   /* check exec */
-  if (!target_has_execution)
+  if (!target_has_execution ())
     error (_("Process record: the program is not being run."));
   if (non_stop)
     error (_("Process record target can't debug inferior in non-stop mode "
This page took 0.024056 seconds and 4 git commands to generate.