kern: enable lto for global instants (saves about a page in deduplicated code)

This commit is contained in:
Michael Scire 2021-10-24 17:06:43 -07:00
parent 5217e6b9f3
commit 3852d02696

View File

@ -108,7 +108,8 @@ namespace ams::kern {
struct DummyKAutoObjectWithListComparator {
static NOINLINE int Compare(KAutoObjectWithList &lhs, KAutoObjectWithList &rhs) {
AMS_ASSUME(false);
MESOSPHERE_UNUSED(lhs, rhs);
MESOSPHERE_PANIC("DummyKAutoObjectWithListComparator invoked");
}
};