Start removing bad coreState checks

This commit is contained in:
Henrik Rydgård
2025-04-05 09:18:56 +02:00
parent f573b0c72c
commit ebfc467d5d
3 changed files with 3 additions and 12 deletions
+1 -4
View File
@@ -316,10 +316,7 @@ void MainThreadFunc() {
DEBUG_LOG(Log::Boot, "Done.");
if (coreState == CORE_POWERDOWN) {
INFO_LOG(Log::Boot, "Exit before core loop.");
goto shutdown;
}
_dbg_assert_(coreState != CORE_POWERDOWN);
g_inLoop = true;