kern: codegen tweaks, now that we're no longer -Os

This commit is contained in:
Michael Scire
2022-03-22 23:58:39 -07:00
committed by SciresM
parent 1ca2f61527
commit 383fc2cc99
10 changed files with 77 additions and 70 deletions

View File

@@ -100,7 +100,7 @@ namespace ams::kern {
}
ALWAYS_INLINE void KAutoObject::ScheduleDestruction() {
inline NOINLINE void KAutoObject::ScheduleDestruction() {
MESOSPHERE_ASSERT_THIS();
/* Set our object to destroy. */