fix register shortcuts
This commit is contained in:
@ -13,9 +13,9 @@ module Register
|
||||
"OperatorInstruction: #{left} #{operator} #{right}"
|
||||
end
|
||||
|
||||
def self.op source , operator , left , right
|
||||
OperatorInstruction.new source , operator , left , right
|
||||
end
|
||||
end
|
||||
def self.op source , operator , left , right
|
||||
OperatorInstruction.new source , operator , left , right
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user