MemoryMonitor.st
changeset 157 77f56399cc5f
parent 156 e6a7f80e2a71
child 158 55115578af34
--- a/MemoryMonitor.st	Tue Nov 07 18:21:30 1995 +0100
+++ b/MemoryMonitor.st	Tue Nov 07 21:21:31 1995 +0100
@@ -39,7 +39,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.22 1995-11-07 17:21:30 cg Exp $
+$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.23 1995-11-07 20:21:31 cg Exp $
 "
 !
 
@@ -396,7 +396,7 @@
     self displayOpaqueString:s x:0 y:y.
 
     y := y + fontHeight.
-    n := ObjectMemory maxInterruptDelay.
+    n := ObjectMemory maxInterruptLatency.
     n notNil ifTrue:[
 	s := 'irq ', (n printStringLeftPaddedTo:3) , ' ms'.
     ] ifFalse:[