hoist parfait boot out of the machine boot
This commit is contained in:
@@ -8,6 +8,7 @@ module Elf
|
||||
DEBUG = false
|
||||
|
||||
def setup
|
||||
Parfait.boot!
|
||||
Risc.machine.boot
|
||||
end
|
||||
|
||||
|
@@ -3,6 +3,7 @@ require_relative "../helper"
|
||||
class TestZeroCode < MiniTest::Test
|
||||
|
||||
def setup
|
||||
Parfait.boot!
|
||||
@machine = Risc.machine.boot
|
||||
@space = Parfait.object_space
|
||||
@space.each_type do | type |
|
||||
|
Reference in New Issue
Block a user