mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
fixup
This commit is contained in:
parent
8520ca7ef7
commit
1ffc1e82b0
1 changed files with 1 additions and 1 deletions
|
@ -2354,7 +2354,7 @@ void ppu_acontext::RLDIC(ppu_opcode_t op)
|
||||||
else if (mb <= 63 - sh)
|
else if (mb <= 63 - sh)
|
||||||
{
|
{
|
||||||
// CLRLSLDI
|
// CLRLSLDI
|
||||||
gpr[op.ra] = (gpr[op.rs] & spec_gpr::fixed(ppu_rotate_mask(0, sh + mb))) << spec_gpr::fixed(sh);
|
//gpr[op.ra] = (gpr[op.rs] & spec_gpr::fixed(ppu_rotate_mask(0, sh + mb))) << spec_gpr::fixed(sh);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue