reset the sender field to stix->_nil when creating a new process over a block context .

touched up exception handling implementation code
This commit is contained in:
hyunghwan.chung
2016-05-02 13:50:42 +00:00
parent 90eb7d5507
commit 389203b6e4
4 changed files with 184 additions and 35 deletions

View File

@ -386,4 +386,11 @@
<primitive: #_processor_return_to>
self primitiveFailed.
}
#method forceContext: aContext
{
<primitive: #_processor_force_context>
self primitiveFailed.
}
}