last fixes from source change

This commit is contained in:
Torsten Ruger
2015-10-28 21:40:48 +02:00
parent 5d3aace459
commit e4201143b3
4 changed files with 10 additions and 9 deletions

View File

@ -5,6 +5,7 @@ Soml::Compiler.class_eval do
def set_main main
@clazz = Register.machine.space.get_class_by_name :Object
@method = main
@current = main.instructions.next
end
end