Make sure terminal settings are restored before exiting
[deliverable/binutils-gdb.git] / gdb / inf-loop.c
index 429cd73faa2b48950c7efff34837e62b2cf170e9..eed881d5144e6a9a8538689c8576b70ed7a21570 100644 (file)
@@ -74,7 +74,7 @@ inferior_event_handler (enum inferior_event_type event_type,
             so that when the inferior is not running we don't get
             distracted by spurious inferior output.  */
          if (target_has_execution)
-           target_async (NULL, 0);
+           target_async (0);
        }
 
       /* Do all continuations associated with the whole inferior (not
This page took 0.025318 seconds and 4 git commands to generate.