minor cleanup
This commit is contained in:
parent
37403f1139
commit
108cc8af45
@ -33,7 +33,6 @@ module Arm
|
|||||||
case @attributes[:opcode]
|
case @attributes[:opcode]
|
||||||
when :b, :call
|
when :b, :call
|
||||||
arg = @first
|
arg = @first
|
||||||
puts "BLAB #{arg.class}"
|
|
||||||
if arg.is_a?(Virtual::Block) or arg.is_a?(Parfait::Method)
|
if arg.is_a?(Virtual::Block) or arg.is_a?(Parfait::Method)
|
||||||
#relative addressing for jumps/calls
|
#relative addressing for jumps/calls
|
||||||
# but because of the arm "theoretical" 3- stage pipeline,
|
# but because of the arm "theoretical" 3- stage pipeline,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user