mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 14:48:46 +00:00
Update translate.cpp
This commit is contained in:
parent
d1f2250a20
commit
f76d48fc7e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue