ProcessorScheduler.st
changeset 20726 2736c31593ec
parent 20725 3aa64dbbcfa3
child 20736 56ec188751e7
--- a/ProcessorScheduler.st	Thu Nov 03 00:19:24 2016 +0100
+++ b/ProcessorScheduler.st	Thu Nov 03 01:06:20 2016 +0100
@@ -2030,7 +2030,7 @@
     id := aProcess id.
     id isNil ifTrue:[   "already dead"
         wasBlocked ifFalse:[OperatingSystem unblockInterrupts].
-'no id' errorPrintCR.
+        self checkForEndOfDispatch.
         ^ self
     ].
 
@@ -3334,7 +3334,6 @@
         "/ (and anyTimeouts is false, which means that no timeout blocks are present)
         "/ and no readSemaphores are present (which means that noone is waiting for input)
         "/ and no writeSemaphores are present
-'check' errorPrintCR.
         self noMoreUserProcesses ifTrue:[
 'end of dispatch' errorPrintCR.
             dispatching := false.