linker and collector test work again

had to give space a fixed number of addresses
This commit is contained in:
Torsten Ruger
2018-07-02 16:19:01 +03:00
parent 4e49c0469c
commit 474cd4b348
6 changed files with 12 additions and 15 deletions

View File

@ -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