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