Update translate.cpp

This commit is contained in:
DanielSvoboda 2024-07-29 00:17:14 -03:00 committed by GitHub
parent d1f2250a20
commit f76d48fc7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -342,7 +342,7 @@ void Translator::SetDst(const InstOperand& operand, const IR::U32F32& value) {
case OperandField::VccHi:
return ir.SetVccHi(result);
case OperandField::M0:
m0_value = result;
break;
default:
UNREACHABLE();
}