fixes outstanding misc, All green

Well. it's been a while, positioning is fixed (again)
apart from the upcoming BranchListener
This commit is contained in:
Torsten Ruger
2018-06-10 13:19:55 +03:00
parent e1683938ed
commit 5ec235d049
7 changed files with 11 additions and 11 deletions

View File

@ -43,7 +43,7 @@ module Risc
def test_get_args_type #from method in r1
sl = @produced.next( 5 )
assert_slot_to_reg( sl , :r1 , 6 , :r4 )
assert_slot_to_reg( sl , :r1 , 5 , :r4 )
end
def test_get_args #from message
sl = @produced.next( 6 )
@ -56,7 +56,7 @@ module Risc
def test_get_frame_type #from method in r1
sl = @produced.next( 8 )
assert_slot_to_reg( sl , :r1 , 8 , :r4 )
assert_slot_to_reg( sl , :r1 , 7 , :r4 )
end
def test_get_frame #from message
sl = @produced.next( 9 )