Warning fixes

This commit is contained in:
elad335 2025-04-25 19:21:14 +03:00 committed by Elad
parent dcc263ca5d
commit ab269f6155
2 changed files with 3 additions and 4 deletions

View file

@ -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