fix all tests for previous commit

This commit is contained in:
Torsten Ruger
2019-02-08 23:03:23 +02:00
parent 74b790250a
commit 37eeb81f45
71 changed files with 117 additions and 94 deletions

View File

@@ -25,7 +25,7 @@ module Arm
assert_nil code.branch_to
end
def test_method_call
Parfait.boot!
Parfait.boot!(Parfait.default_test_options)
bin = Parfait::BinaryCode.new(1)
Risc::Position.new(bin).set(0x20)
code = @machine.call( bin ,{} )#this jumps to the next instruction