added some exception handling implementation code

This commit is contained in:
hyunghwan.chung
2016-04-29 16:40:25 +00:00
parent e52fe398c7
commit 94717d197a
2 changed files with 49 additions and 5 deletions

View File

@ -259,6 +259,11 @@
{
^self.preamble
}
#method preambleCode
{
^self.preamble bitAnd: 16rFF.
}
}
#include 'Context.st'.