propagate instruction positions
still overlapping onto binaries, but a start
This commit is contained in:
@ -64,7 +64,7 @@ module Risc
|
||||
class TestPositionEvents < MiniTest::Test
|
||||
def setup
|
||||
Position.clear_positions
|
||||
@instruciton = DummyInstruction.new
|
||||
@instruction = DummyInstruction.new
|
||||
@position = Position.new(@instruction , 0)
|
||||
@listener = PositionListener.new( @instruction )
|
||||
end
|
||||
|
Reference in New Issue
Block a user