mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-08 10:01:28 -06:00
fixed vcclo
This commit is contained in:
parent
17b38edeb5
commit
46ad72cecf
@ -1164,8 +1164,7 @@ void Translator::V_CMP_U64(ConditionOp op, bool is_signed, bool set_exec, const
|
||||
case VccLo:
|
||||
// treat as 32-bit values, zero-extend to 64-bit
|
||||
{
|
||||
IR::U32 val = ir.GetScalarReg(IR::ScalarReg(op.code));
|
||||
return {val, ir.Imm32(0)};
|
||||
return {ir.GetVccLo(), ir.GetVccHi()};
|
||||
}
|
||||
default:
|
||||
UNREACHABLE_MSG("Unsupported operand field {}", u32(op.field));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user