move length here

This commit is contained in:
Torsten Ruger 2014-09-16 16:05:08 +03:00
parent 56facae658
commit dd8e46fd1c

View File

@ -113,5 +113,11 @@ module Arm
end
return op
end
# arm intrucioons are pretty sensible, and always 4 bytes (thumb not supported)
def length
4
end
end
end