Add missing log
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user