fixed the stack growth issue when manipulating the instruction pointer by intruducing a new primitive method MethodContext>>goto:

This commit is contained in:
hyunghwan.chung
2016-05-18 11:10:54 +00:00
parent 717ffcbdd9
commit 38ccdbed9d
5 changed files with 91 additions and 97 deletions

View File

@ -104,10 +104,11 @@
#method critical: aBlock
{
'CRITICAL....11' dump.
## TODO: implement this
"
self wait.
'CRITICAL....22' dump.
^aBlock ensure: [ self signal ]
"
}
## ==================================================================