oops - irqBlockingstate was corrupted
authorClaus Gittinger <cg@exept.de>
Mon, 27 Jan 1997 15:55:16 +0100
changeset 2279 ef0f7f5216c4
parent 2278 f4b82ee501cc
child 2280 aca71c89f32c
oops - irqBlockingstate was corrupted
WeakDepDict.st
WeakDependencyDictionary.st
--- a/WeakDepDict.st	Mon Jan 27 15:18:48 1997 +0100
+++ b/WeakDepDict.st	Mon Jan 27 15:55:16 1997 +0100
@@ -108,7 +108,7 @@
             ]
         ].
 
-        wasBlocked ifTrue:[OperatingSystem unblockInterrupts].
+        wasBlocked ifFalse:[OperatingSystem unblockInterrupts].
         index := index + 1.
     ].
 
@@ -117,11 +117,11 @@
     "
 
     "Created: 9.1.1997 / 00:00:28 / cg"
-    "Modified: 24.1.1997 / 21:57:31 / cg"
+    "Modified: 27.1.1997 / 15:54:28 / cg"
 ! !
 
 !WeakDependencyDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakDepDict.st,v 1.3 1997-01-24 20:58:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/WeakDepDict.st,v 1.4 1997-01-27 14:55:16 cg Exp $'
 ! !
--- a/WeakDependencyDictionary.st	Mon Jan 27 15:18:48 1997 +0100
+++ b/WeakDependencyDictionary.st	Mon Jan 27 15:55:16 1997 +0100
@@ -108,7 +108,7 @@
             ]
         ].
 
-        wasBlocked ifTrue:[OperatingSystem unblockInterrupts].
+        wasBlocked ifFalse:[OperatingSystem unblockInterrupts].
         index := index + 1.
     ].
 
@@ -117,11 +117,11 @@
     "
 
     "Created: 9.1.1997 / 00:00:28 / cg"
-    "Modified: 24.1.1997 / 21:57:31 / cg"
+    "Modified: 27.1.1997 / 15:54:28 / cg"
 ! !
 
 !WeakDependencyDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakDependencyDictionary.st,v 1.3 1997-01-24 20:58:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakDependencyDictionary.st,v 1.4 1997-01-27 14:55:16 cg Exp $'
 ! !