compile from mom compiler to risc
This commit is contained in:
@ -33,9 +33,9 @@ module Mom
|
||||
end
|
||||
|
||||
# generate the risc label lazily
|
||||
def risc_label(comiler)
|
||||
def risc_label(compiler)
|
||||
@risc_label ||= Risc.label(self,name)
|
||||
comiler.add_constant(@risc_label.address)
|
||||
compiler.add_constant(@risc_label.address)
|
||||
@risc_label
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user