Update tests.

This commit is contained in:
Unknown W. Brackets 2012-12-21 12:38:12 -08:00
parent dbec955a99
commit 6adb29030f
3 changed files with 6 additions and 1 deletions

View File

@ -168,6 +168,8 @@ int sceKernelReferAlarmStatus(SceUID uid, u32 infoPtr)
return error;
}
DEBUG_LOG(HLE, "sceKernelReferAlarmStatus(%08x, %08x)", uid, infoPtr);
if (!Memory::IsValidAddress(infoPtr))
return -1;

@ -1 +1 @@
Subproject commit 6bd9d261e6014d371b917e50d2e18d5fc986a8c3
Subproject commit 30f1f0698e2ed2f45f4dd1bd199c81cdc379561e

View File

@ -59,6 +59,9 @@ tests_good = [
"string/string",
"gpu/callbacks/ge_callbacks",
"threads/alarm/alarm",
"threads/alarm/cancel/cancel",
"threads/alarm/refer/refer",
"threads/alarm/set/set",
"threads/events/events",
"threads/events/cancel/cancel",
"threads/events/clear/clear",