renaming update_status_flag to just update_status
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user