remove old to_asm
very strange that is was called in 1.9 but not 2.0 2.0 seems to delay interpolating strings
This commit is contained in:
@ -73,7 +73,7 @@ module Arm
|
||||
@first
|
||||
end
|
||||
def to_s
|
||||
"#{opcode} [#{@first.collect {|f| f.to_asm}.join(',') }] #{super}"
|
||||
"#{opcode} [#{@first.join(',') }] #{super}"
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user