move some tests around (and fix them)

This commit is contained in:
Torsten Ruger
2018-07-02 23:20:54 +03:00
parent 55b5884c4e
commit 63dfee0978
4 changed files with 48 additions and 58 deletions

View File

@ -16,7 +16,6 @@ module Mom
platform = Risc::Platform.for(platform_sym)
assemblers = translate_methods( platform.translator )
Risc::Linker.new(platform , assemblers)
#@cpu_init = risc_init.to_cpu(@platform.translator)
end
# go through all methods and translate them to cpu, given the translator