* os9kread.c (os9k_process_one_symbol): Rename
[binutils-gdb.git] / gdb / main.c
index 13154e14a4eade4087572a7968c5b563a8b60529..54418efea45655877aecbbe75292bd78715bf1e8 100644 (file)
@@ -2222,10 +2222,7 @@ quit_command (args, from_tty)
      char *args;
      int from_tty;
 {
-  /* kung: inferior_pid may not exist in cross mode debugging, 
-     I commented it out temporarily, if it does not cause other problem,
-     we should take it out permenantly. */
-  if (/*inferior_pid != 0 &&*/ target_has_execution)
+  if (inferior_pid != 0 && target_has_execution)
     {
       if (attach_flag)
        {