kern: codegen tweaks, now that we're no longer -Os
This commit is contained in:
@@ -190,13 +190,13 @@ namespace ams::kern {
|
||||
}
|
||||
}
|
||||
|
||||
NOINLINE bool Open() {
|
||||
MESOSPHERE_ALWAYS_INLINE_IF_RELEASE bool Open() {
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
|
||||
return m_ref_count.Open();
|
||||
}
|
||||
|
||||
NOINLINE void Close() {
|
||||
MESOSPHERE_ALWAYS_INLINE_IF_RELEASE void Close() {
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
|
||||
if (m_ref_count.Close()) {
|
||||
|
||||
Reference in New Issue
Block a user