kern: devirtualize remaining vcall for class token/dyncast
This commit is contained in:
@@ -27,8 +27,8 @@ namespace ams::kern {
|
||||
this->Open();
|
||||
|
||||
/* Create our sub sessions. */
|
||||
KAutoObject::Create(std::addressof(m_server));
|
||||
KAutoObject::Create(std::addressof(m_client));
|
||||
KAutoObject::Create<KServerSession>(std::addressof(m_server));
|
||||
KAutoObject::Create<KClientSession>(std::addressof(m_client));
|
||||
|
||||
/* Initialize our sub sessions. */
|
||||
m_server.Initialize(this);
|
||||
|
||||
Reference in New Issue
Block a user