This commit is contained in:
Torsten Ruger
2015-10-18 17:20:25 +03:00
parent 6c7e4c0fe2
commit ae21feb6dc
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ module Interpreter
else
raise "unimplemented '#{@instruction.operator}' #{@instruction}"
end
puts "#{@instruction} == #{result}"
#puts "#{@instruction} == #{result}"
right = set_register(@instruction.left , result)
true
end