renaming update_status_flag to just update_status

This commit is contained in:
Torsten Ruger
2014-05-16 19:56:13 +03:00
parent b3f7b66ceb
commit 7e2210f772
10 changed files with 20 additions and 14 deletions

View File

@ -50,7 +50,9 @@ module Vm
address += @body.length
@exit.link_at(address,context)
end
def position
@entry.position
end
def length
@entry.length + @exit.length + @body.length
end