shaves an instruction off resolve_method
by loading nil directly, not space first
This commit is contained in:
@ -103,7 +103,9 @@ module Risc
|
||||
|
||||
def prerun
|
||||
assemblers.each do |asm|
|
||||
asm.instructions.each {|i| i.precheck }
|
||||
asm.instructions.each do |ins|
|
||||
ins.precheck
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user