add an integer plus
not correctly handling integer objects yet
This commit is contained in:
@ -86,7 +86,7 @@ module Arm
|
||||
end
|
||||
end
|
||||
|
||||
def translate_OperatorInstruction code
|
||||
def translate_OperatorInstruction( code )
|
||||
left = code.left
|
||||
right = code.right
|
||||
case code.operator.to_s
|
||||
|
Reference in New Issue
Block a user