Some vool starting to work again
disabling some rubyx compiler tests
This commit is contained in:
@ -23,7 +23,8 @@ module Mom
|
||||
|
||||
class Label < Instruction
|
||||
attr_reader :name
|
||||
def initialize(name)
|
||||
def initialize(source , name)
|
||||
super(source)
|
||||
@name = name
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user