more precise
This commit is contained in:
@ -14,7 +14,7 @@ module Mom
|
||||
end
|
||||
|
||||
def to_risc(compiler)
|
||||
Risc::Label.new(self,"nosense")
|
||||
Risc::Label.new(self,"NotSameCheck")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -20,7 +20,7 @@ module Mom
|
||||
end
|
||||
|
||||
def to_risc(compiler)
|
||||
Risc::Label.new(self,"nosense")
|
||||
Risc::Label.new(self,"TruthCheck")
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user