mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-18 03:51:18 +00:00
Update translate.cpp (#4559)
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user