rename machine to linker
even work is not quite finished, but helps root out offenders (needless to say this is wip, deep red wip)
This commit is contained in:
@ -5,7 +5,8 @@ module Risc
|
||||
|
||||
def setup
|
||||
Parfait.boot!
|
||||
@machine = Risc.machine.boot
|
||||
Risc.boot
|
||||
@machine = Linker.new
|
||||
end
|
||||
def test_objects
|
||||
objects = @machine.object_positions
|
Reference in New Issue
Block a user