mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 07:34:23 -04:00
kern: devirtualize several KAutoObject functions
This commit is contained in:
parent
2490bbf4f9
commit
436613401a
30 changed files with 84 additions and 81 deletions
|
@ -43,9 +43,6 @@ namespace ams::kern {
|
|||
|
||||
/* Finalize the table. */
|
||||
m_table.Finalize();
|
||||
|
||||
/* Finalize base. */
|
||||
KAutoObjectWithSlabHeapAndContainer<KDeviceAddressSpace, KAutoObjectWithList>::Finalize();
|
||||
}
|
||||
|
||||
Result KDeviceAddressSpace::Attach(ams::svc::DeviceName device_name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue