Fix some minor warnings.

This commit is contained in:
Unknown W. Brackets 2013-03-15 00:43:35 -07:00
parent 710368d143
commit 6e54ce5551
5 changed files with 6 additions and 4 deletions

View file

@ -2025,7 +2025,7 @@ static void __KernelSleepThread(bool doCallbacks) {
DEBUG_LOG(HLE, "sceKernelSleepThread() - wakeupCount decremented to %i", thread->nt.wakeupCount);
RETURN(0);
} else {
VERBOSE_LOG(HLE, "sceKernelSleepThread()", thread->nt.wakeupCount);
VERBOSE_LOG(HLE, "sceKernelSleepThread()");
RETURN(0);
__KernelWaitCurThread(WAITTYPE_SLEEP, 0, 0, 0, doCallbacks, "thread slept");
}