fix dynamic call

which had the method in the regsiter, not the binary.
Single SlotToReg added (and some tests)
Which amazingly fixed all broken binary tests
This commit is contained in:
Torsten Ruger
2018-06-25 00:19:43 +03:00
parent 068bda492c
commit b804be5f70
3 changed files with 29 additions and 10 deletions

View File

@ -3,6 +3,7 @@ module Arm
# Implemented: immediate offset with offset=0
class MemoryInstruction < Instruction
attr_reader :left , :right , :result
def initialize result , left , right = nil , attributes = {}
super(nil)