Call OSCheckActiveThreads();

This commit is contained in:
Maschell 2023-03-27 23:22:06 +02:00
parent b5a4f7ca37
commit d444cfedb7
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ extern "C" int _start(int argc, char **argv) {
"r"(kernelInfo0.sda2Base)
:);
OSCheckActiveThreads();
return ((int (*)(int, char **))(*(unsigned int *) 0x1005E040))(argc, argv);
}

View File

@ -35,6 +35,7 @@ IMPORT(OSSwapAtomic);
IMPORT(OSDynLoad_GetAllocator);
IMPORT(OSDynLoad_SetAllocator);
IMPORT(__KernelGetInfo);
IMPORT(OSCheckActiveThreads);
IMPORT(FSTimeToCalendarTime);
IMPORT(FSInit);