mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-29 23:41:12 -06:00
PPUAnalyzer: Fix SLDI shift operand
This commit is contained in:
parent
2573cc5fd0
commit
43b295892f
@ -2535,7 +2535,7 @@ bool ppu_module<lv2_obj>::analyse(u32 lib_toc, u32 entry, const u32 sec_end, con
|
||||
// SLDI mnemonic
|
||||
reg_state_t rs = get_reg(op.rs);
|
||||
|
||||
if (!rs.shift_left(op.sh32, reg_tag_allocator))
|
||||
if (!rs.shift_left(sh, reg_tag_allocator))
|
||||
{
|
||||
unmap_reg(op.ra);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user