mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Warning fixes
This commit is contained in:
parent
dcc263ca5d
commit
ab269f6155
2 changed files with 3 additions and 4 deletions
|
@ -1209,8 +1209,6 @@ void spu_thread::dump_regs(std::string& ret, std::any& /*custom_data*/) const
|
|||
u32 saved_pc = umax;
|
||||
const u8* lsa_state_ptr = nullptr;
|
||||
|
||||
const u8* lsa_ptr = _ptr<u8>(ch_mfc_cmd.lsa);
|
||||
|
||||
// Load PC, GPRs and reservation data atomically
|
||||
// We may not load the entire context atomically, but there is importance their state being intact for debugging
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue