give arm own instruction base class back
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
module Arm
|
||||
class CompareInstruction < Risc::Instruction
|
||||
include Constants
|
||||
include Attributed
|
||||
class CompareInstruction < Instruction
|
||||
|
||||
def initialize(left , right , attributes)
|
||||
super(nil)
|
||||
|
Reference in New Issue
Block a user