Fix a warning on 32-bit that might be bad...
This commit is contained in:
parent
392edb4f84
commit
c1e293fe7c
2 changed files with 3 additions and 3 deletions
|
@ -1059,7 +1059,7 @@ void __KernelSleepEndCallback(SceUID threadID, SceUID prevCallbackId) {
|
|||
DEBUG_LOG(SCEKERNEL, "sceKernelSleepThreadCB: resume from callback, wakeupCount decremented to %i", thread->nt.wakeupCount);
|
||||
__KernelResumeThreadFromWait(threadID, 0);
|
||||
} else {
|
||||
DEBUG_LOG(SCEKERNEL, "sceKernelDelayThreadCB: Resuming sleep after callback");
|
||||
DEBUG_LOG(SCEKERNEL, "sceKernelSleepThreadCB: Resuming sleep after callback");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue