kern: KObjectContainer::Register -> void

This commit is contained in:
Michael Scire
2020-12-01 13:49:30 -08:00
parent 59ada14680
commit 2e0378c724
15 changed files with 19 additions and 23 deletions

View File

@@ -111,7 +111,7 @@ namespace ams::kern::svc {
trmem_reservation.Commit();
/* Register the transfer memory. */
R_TRY(KTransferMemory::Register(trmem));
KTransferMemory::Register(trmem);
/* Add the transfer memory to the handle table. */
R_TRY(handle_table.Add(out, trmem));