ObjMem.st
changeset 2138 351dc4abad0e
parent 2131 1eeb310e109a
child 2160 ae0c0525ff2d
--- a/ObjMem.st	Fri Jan 10 19:17:32 1997 +0100
+++ b/ObjMem.st	Fri Jan 10 19:41:05 1997 +0100
@@ -2521,7 +2521,7 @@
         '*** IRQ REALTIME-DEADLINE MISSED: ' errorPrint. 
         cls errorPrint.
         ' ' errorPrint. sel errorPrint. '(' errorPrint. vmActivity errorPrint . ') ---> ' errorPrint. 
-        ms errorPrintNL.
+        ms errorPrintCR.
     ].
 
     "to enable the demo handler:
@@ -2537,7 +2537,7 @@
 
     "Created: 7.11.1995 / 21:05:50 / cg"
     "Modified: 18.6.1996 / 14:15:52 / stefan"
-    "Modified: 10.1.1997 / 17:59:20 / cg"
+    "Modified: 10.1.1997 / 19:09:53 / cg"
 !
 
 interruptLatencyGoal:millis
@@ -3973,6 +3973,6 @@
 !ObjectMemory class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.130 1997-01-10 17:53:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ObjMem.st,v 1.131 1997-01-10 18:41:05 cg Exp $'
 ! !
 ObjectMemory initialize!