small fixes to get all the tests to pass/run

This commit is contained in:
Torsten Ruger
2014-05-28 21:00:52 +03:00
parent 25cd80c76b
commit 5e8688c417
3 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ module Fragments
writer = Elf::ObjectWriter.new(@program , Elf::Constants::TARGET_ARM)
assembly = writer.text
# use this for getting the bytes to compare to :
puts assembly
#puts assembly
writer.save("#{name}.o")
assembly.text.bytes.each_with_index do |byte , index|
is = @should[index]