touched up primitive failure handling in exec.c

This commit is contained in:
hyunghwan.chung
2017-05-08 16:00:55 +00:00
parent 95f3df6424
commit a1782753a9
8 changed files with 124 additions and 132 deletions

View File

@ -35,9 +35,9 @@ class(#pointer) Class(Apex)
method specNumInstVars
{
## shift right by 7 bits.
## see moo-prv.h for details.
^self.spec bitShift: -7
## shift right by 8 bits.
## see MOO_CLASS_SPEC_NAMED_INSTVARS in moo-prv.h for details.
^self.spec bitShift: -8
}
(*method inheritsFrom: aSuperclass