mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 07:21:40 +00:00
Move variables to inner scope
This commit is contained in:
parent
18979129f3
commit
1ecd6fbc9b
2 changed files with 6 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue