rename register to risc
seems to fit the layer much better as we really have a very reduced instruction set
This commit is contained in:
@ -8,7 +8,7 @@ module BenchTests
|
||||
|
||||
def setup
|
||||
@stdout = ""
|
||||
@machine = Register.machine.boot
|
||||
@machine = Risc.machine.boot
|
||||
# Vm::Compiler.load_parfait
|
||||
# most interesting parts saved as interger/word .soml in this dir
|
||||
end
|
||||
|
Reference in New Issue
Block a user