fixed a bug in stix_oowtoint()
fixed bugs of SemaphoreHeap
This commit is contained in:
@ -146,6 +146,13 @@
|
||||
## self value ifTrue: [ aBlock value. thisContext restart. ].
|
||||
}
|
||||
|
||||
#method whileFalse: aBlock
|
||||
{
|
||||
(self value) ifTrue: [^nil].
|
||||
aBlock value.
|
||||
self whileFalse: aBlock.
|
||||
}
|
||||
|
||||
#method pc
|
||||
{
|
||||
^ip
|
||||
|
Reference in New Issue
Block a user