Add missing log

This commit is contained in:
wheremyfoodat
2023-08-20 02:21:05 +03:00
committed by GitHub
parent 4fc94298a7
commit 574fe95bca

View File

@@ -473,6 +473,7 @@ void Kernel::setThreadPriority() {
} }
void Kernel::getCurrentProcessorNumber() { void Kernel::getCurrentProcessorNumber() {
logSVC("GetCurrentProcessorNumber()\n");
const ProcessorID id = threads[currentThreadIndex].processorID; const ProcessorID id = threads[currentThreadIndex].processorID;
s32 ret; s32 ret;