mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Move variables to inner scope
This commit is contained in:
@ -543,8 +543,8 @@ void CodeWidget::StepOut()
|
||||
clock::time_point timeout = clock::now() + std::chrono::seconds(5);
|
||||
|
||||
auto& power_pc = m_system.GetPowerPC();
|
||||
auto& ppc_state = power_pc.GetPPCState();
|
||||
{
|
||||
auto& ppc_state = power_pc.GetPPCState();
|
||||
Core::CPUThreadGuard guard(m_system);
|
||||
|
||||
PowerPC::CoreMode old_mode = power_pc.GetMode();
|
||||
|
Reference in New Issue
Block a user