kern: codegen tweaks, now that we're no longer -Os
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user