more precise

This commit is contained in:
Torsten Ruger 2018-03-14 17:37:27 +05:30
parent b854c075b2
commit 83d957377e
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ module Mom
end
def to_risc(compiler)
Risc::Label.new(self,"nosense")
Risc::Label.new(self,"NotSameCheck")
end
end
end

View File

@ -20,7 +20,7 @@ module Mom
end
def to_risc(compiler)
Risc::Label.new(self,"nosense")
Risc::Label.new(self,"TruthCheck")
end
end