mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Oops
This commit is contained in:
parent
b602260314
commit
15dd0bb0f2
1 changed files with 1 additions and 1 deletions
|
@ -1656,7 +1656,7 @@ private:
|
|||
{
|
||||
CPU.VPR[vd]._u8[15] = CPU.VPR[va]._u8[15] >> sh;
|
||||
|
||||
for (uint b = 14; ~0; b--)
|
||||
for (uint b = 14; ~b; b--)
|
||||
{
|
||||
CPU.VPR[vd]._u8[b] = (CPU.VPR[va]._u8[b] >> sh) | (CPU.VPR[va]._u8[b+1] << (8 - sh));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue