fix dunamic jump in interpreter and misc

This commit is contained in:
Torsten Ruger
2018-07-03 19:15:36 +03:00
parent cab6bc389f
commit e099014d63
6 changed files with 10 additions and 7 deletions

View File

@ -57,7 +57,7 @@ module Arm
end
def to_s
"#{opcode} [#{@first.join(',') }] #{super}"
"#{opcode} [#{@first.join(', ') }] #{super}"
end
end