linker and collector test work again
had to give space a fixed number of addresses
This commit is contained in:
@ -6,7 +6,7 @@ module Risc
|
||||
def setup
|
||||
Parfait.boot!
|
||||
Risc.boot!
|
||||
@linker = Linker.new
|
||||
@linker = Mom::MomCompiler.new.translate(:arm)
|
||||
end
|
||||
|
||||
def test_simple_collect
|
||||
|
Reference in New Issue
Block a user