fixed an GC issue caused by unbalanced moo_pushtmp() and moo_poptmp() calls

This commit is contained in:
hyunghwan.chung
2017-12-13 16:00:48 +00:00
parent 92a21f04b8
commit b61734a9e8
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ extend SmallInteger
}
}
class Console(Object) from 'console'
class Console(Object) from 'con'
{
method(#primitive) _open.
method(#primitive) _close.