fix dunamic jump in interpreter and misc
This commit is contained in:
@ -57,7 +57,7 @@ module Arm
|
||||
end
|
||||
|
||||
def to_s
|
||||
"#{opcode} [#{@first.join(',') }] #{super}"
|
||||
"#{opcode} [#{@first.join(', ') }] #{super}"
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user