small function naming adjustments

This commit is contained in:
Torsten Ruger
2014-09-16 17:16:13 +03:00
parent db01529b67
commit cffa7f1953
5 changed files with 7 additions and 20 deletions

View File

@@ -14,11 +14,6 @@ module Arm
class CallInstruction < ::Register::CallInstruction
include Arm::Constants
# arm intrucioons are pretty sensible, and always 4 bytes (thumb not supported)
def length
4
end
def initialize(first, attributes)
super(first , attributes)
@@ -26,7 +21,7 @@ module Arm
@attributes[:condition_code] = :al if @attributes[:condition_code] == nil
end
def assemble(io, assembler)
def assemble(io)
case @attributes[:opcode]
when :b, :call
arg = @first