More warning fixing

This commit is contained in:
Henrik Rydgard
2012-11-18 23:35:02 +01:00
parent e2c3f26f1b
commit d572d40c36
12 changed files with 41 additions and 37 deletions
+2 -2
View File
@@ -1170,7 +1170,7 @@ void sceKernelWakeupThread()
}
}
else {
ERROR_LOG(HLE,"sceKernelWakeupThread(%i) - bad thread id");
ERROR_LOG(HLE,"sceKernelWakeupThread(%i) - bad thread id", uid);
RETURN(error);
}
}
@@ -1189,7 +1189,7 @@ void sceKernelCancelWakeupThread()
RETURN(wCount);
}
else {
ERROR_LOG(HLE,"sceKernelCancelWakeupThread(%i) - bad thread id");
ERROR_LOG(HLE,"sceKernelCancelWakeupThread(%i) - bad thread id", uid);
RETURN(error);
}
}