Remove target_has_execution macro
[deliverable/binutils-gdb.git] / gdb / compile / compile.c
index 82ffb8e5e98507f054ef50a1d67851ae142bd22b..3e45e762624f577ac404a7f41adbac4700f97493 100644 (file)
@@ -641,7 +641,7 @@ compile_to_object (struct command_line *cmd, const char *cmd_string,
   struct gdbarch *gdbarch = get_current_arch ();
   std::string triplet_rx;
 
-  if (!target_has_execution)
+  if (!target_has_execution ())
     error (_("The program must be running for the compile command to "\
             "work."));
 
This page took 0.037381 seconds and 4 git commands to generate.