exporting labels to elf for (a lot) better readability

This commit is contained in:
Torsten Ruger
2014-05-14 16:15:47 +03:00
parent d8d536aa2c
commit e10f4863ee
2 changed files with 6 additions and 2 deletions

View File

@ -36,7 +36,7 @@ module Vm
@main = Block.new("main")
@exit = Core::Kernel::main_exit Vm::Block.new("main_exit")
end
attr_reader :context , :main , :functions
attr_reader :context , :main , :functions , :entry , :exit
def add_object o
return if @objects.include? o