ProcessorScheduler.st
changeset 1473 63918b669150
parent 1347 d03d18960f0d
child 1571 8d00e6b97ca7
--- a/ProcessorScheduler.st	Mon Jun 17 10:13:50 1996 +0200
+++ b/ProcessorScheduler.st	Mon Jun 17 14:41:12 1996 +0200
@@ -801,13 +801,13 @@
      and, make the process runnable
     "
     aProcess state ~~ #stopped ifTrue:[
-	"
-	 and, make the process runnable
-	"
-	aProcess resume
+        "
+         and, make the process runnable
+        "
+        self resume:aProcess
     ]
 
-    "Modified: 5.3.1996 / 17:26:13 / cg"
+    "Modified: 17.6.1996 / 14:40:52 / cg"
 !
 
 scheduleInterruptActionsOf:aProcess
@@ -2056,6 +2056,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.80 1996-05-08 11:43:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.81 1996-06-17 12:41:12 cg Exp $'
 ! !
 ProcessorScheduler initialize!