loader: remove ldr:ro (moved into ro sysmodule)

This commit is contained in:
Michael Scire
2019-04-21 09:08:08 -07:00
parent 13ded6bd1c
commit 253afc90a4
8 changed files with 7 additions and 610 deletions

View File

@@ -27,9 +27,7 @@ Result ProcessManagerService::CreateProcess(Out<MovedHandle> proc_h, u64 index,
Registration::TidSid tid_sid;
LaunchQueue::LaunchItem *launch_item;
char nca_path[FS_MAX_PATH] = {0};
fprintf(stderr, "CreateProcess(%016lx, %08x, %08x);\n", index, flags, reslimit_h.handle);
ON_SCOPE_EXIT {
/* Loader doesn't persist the copied resource limit handle. */
svcCloseHandle(reslimit_h.handle);