* debugger/mcs51/break.c: bugfix from patch 1989966, thanks Risto Huotari
[fw/sdcc] / debugger / mcs51 / simi.c
index 3124250535067c0655f985dc4b5d8661c3bc5229..59b581355bb30d9dc58a0418a0cab595726211a1 100644 (file)
@@ -363,6 +363,7 @@ static int execSimulator(char **args, int nargs)
             exit(1);
         }
     }
+    return simPid;
 }
 
 void openSimulator (char **args, int nargs)