mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Remove unused variable in PPUThread.cpp
This commit is contained in:
parent
6b7f4cbe17
commit
8772219492
1 changed files with 0 additions and 2 deletions
|
@ -1738,8 +1738,6 @@ std::vector<std::pair<u32, u32>> ppu_thread::dump_callstack_list() const
|
|||
|
||||
const auto type = g_ppu_itype.decode(test_op.opcode);
|
||||
|
||||
const u32 spr = ((test_op.spr >> 5) | ((test_op.spr & 0x1f) << 5));
|
||||
|
||||
if (type == ppu_itype::BCLR)
|
||||
{
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue