kern: enable lto for global instants (saves about a page in deduplicated code)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user