fix binary code offset when calling

in other words, remember the arm pipeline being 8
This commit is contained in:
Torsten Ruger
2018-05-29 17:03:20 +03:00
parent 4b34546c11
commit b81d9565de
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ class HelloTest < MiniTest::Test
end
def test_string_put
@input = "'Hello'.putstring"
@input = "return 'Hello'.putstring"
check
end
end