minor cleanup

This commit is contained in:
Torsten Ruger 2015-06-26 20:00:50 +03:00
parent 37403f1139
commit 108cc8af45
2 changed files with 4 additions and 5 deletions

View File

@ -33,7 +33,6 @@ module Arm
case @attributes[:opcode]
when :b, :call
arg = @first
puts "BLAB #{arg.class}"
if arg.is_a?(Virtual::Block) or arg.is_a?(Parfait::Method)
#relative addressing for jumps/calls
# but because of the arm "theoretical" 3- stage pipeline,