Core: reset cpu_core in Shutdown to make IsPoweredOn work properly

This commit is contained in:
wwylele 2016-12-24 20:49:37 +02:00
parent 77b58b740d
commit 0372b0ea28

View file

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