function now returns locals, not free registers
This commit is contained in:
@ -13,7 +13,7 @@ class TestSmallProg < MiniTest::Test
|
||||
end
|
||||
|
||||
def test_loop
|
||||
s = Vm::Block.new("start").scope binding
|
||||
s = Vm::Block.new("start",nil).scope binding
|
||||
m = @program.main.scope binding
|
||||
r0 = Vm::Integer.new(0)
|
||||
m.r0 = 5 #1
|
||||
|
Reference in New Issue
Block a user