mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12: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 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)
|
if (type == ppu_itype::BCLR)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue