mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-30 22:14:56 +00:00
Update translate.cpp
This commit is contained in:
parent
d1f2250a20
commit
f76d48fc7e
@ -342,7 +342,7 @@ void Translator::SetDst(const InstOperand& operand, const IR::U32F32& value) {
|
|||||||
case OperandField::VccHi:
|
case OperandField::VccHi:
|
||||||
return ir.SetVccHi(result);
|
return ir.SetVccHi(result);
|
||||||
case OperandField::M0:
|
case OperandField::M0:
|
||||||
m0_value = result;
|
break;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user