mem_length to word/byte length

be more specific, and don’t include padding
This commit is contained in:
Torsten Ruger
2015-06-05 09:20:43 +03:00
parent 30d9aaf61b
commit 1c29fcfd43
13 changed files with 39 additions and 40 deletions

View File

@@ -119,7 +119,7 @@ module Arm
end
# arm intrucioons are pretty sensible, and always 4 bytes (thumb not supported)
def mem_length
def byte_length
4
end