kern: devirtualize remaining vcall for class token/dyncast
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ams::kern {
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
|
||||
/* Create our readable event. */
|
||||
KAutoObject::Create(std::addressof(m_readable_event));
|
||||
KAutoObject::Create<KReadableEvent>(std::addressof(m_readable_event));
|
||||
|
||||
/* Initialize our readable event. */
|
||||
m_readable_event.Initialize(this);
|
||||
|
||||
Reference in New Issue
Block a user