Browse Source

Merge pull request #2374 from wwylele/whats-going-on-with-that-pr

Core: reset cpu_core in Shutdown to make IsPoweredOn work properly
nce_cpp
bunnei 9 years ago
committed by GitHub
parent
commit
31ce7a069e
  1. 1
      src/core/core.cpp

1
src/core/core.cpp

@ -159,6 +159,7 @@ void System::Shutdown() {
Kernel::Shutdown();
HW::Shutdown();
CoreTiming::Shutdown();
cpu_core.reset();
LOG_DEBUG(Core, "Shutdown OK");
}

Loading…
Cancel
Save