Update translate.cpp (#4559)

This commit is contained in:
Stephen Miller
2026-06-12 01:44:37 -04:00
committed by GitHub
parent 3184358e0b
commit ba2ecc21ac

View File

@@ -935,7 +935,7 @@ void Translator::SetDst(const InstOperand& operand, const IR::U32F32& value) {
case OperandField::M0:
return ir.SetM0(result);
default:
UNREACHABLE();
UNREACHABLE_MSG("Unknown field {}", u32(operand.field));
}
}