move length here
This commit is contained in:
parent
56facae658
commit
dd8e46fd1c
@ -113,5 +113,11 @@ module Arm
|
|||||||
end
|
end
|
||||||
return op
|
return op
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# arm intrucioons are pretty sensible, and always 4 bytes (thumb not supported)
|
||||||
|
def length
|
||||||
|
4
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user