fixed that darn method address bug
This commit is contained in:
@ -137,7 +137,7 @@ module Virtual
|
||||
end
|
||||
|
||||
def byte_length
|
||||
@blocks.inject(0) { |c , block| c += block.byte_length } + 4
|
||||
@blocks.inject(0) { |c , block| c += block.byte_length }
|
||||
end
|
||||
|
||||
# position of the function is the position of the entry block, is where we call
|
||||
|
Reference in New Issue
Block a user