kern: fix bugs caused by UB + transition to -Os
This commit is contained in:
@@ -63,7 +63,7 @@ namespace ams::kern {
|
||||
}
|
||||
[[fallthrough]];
|
||||
case ThreadType_HighPriority:
|
||||
{
|
||||
if (type != ThreadType_Main) {
|
||||
MESOSPHERE_ASSERT(phys_core == GetCurrentCoreId());
|
||||
}
|
||||
[[fallthrough]];
|
||||
|
||||
Reference in New Issue
Block a user