fixed the stack growth issue when manipulating the instruction pointer by intruducing a new primitive method MethodContext>>goto:
This commit is contained in:
@ -104,10 +104,11 @@
|
||||
|
||||
#method critical: aBlock
|
||||
{
|
||||
'CRITICAL....11' dump.
|
||||
## TODO: implement this
|
||||
"
|
||||
self wait.
|
||||
'CRITICAL....22' dump.
|
||||
^aBlock ensure: [ self signal ]
|
||||
"
|
||||
}
|
||||
|
||||
## ==================================================================
|
||||
|
Reference in New Issue
Block a user