kern: mark KThread/KProcess.GetId() final to save virtual calls

This commit is contained in:
Michael Scire
2020-08-03 08:03:26 -07:00
committed by SciresM
parent e5b7eb89e5
commit cda15f08d8
3 changed files with 3 additions and 3 deletions

View File

@@ -83,4 +83,4 @@ namespace ams::kern {
::ams::kern::KTrace::PushRecord(::ams::kern::KTrace::Type_SvcExit1, PARAM5, PARAM6, PARAM7); \
} \
} \
})
})