asmjit fixes.

This commit is contained in:
Ben Vanik
2013-10-17 14:03:26 -07:00
parent 20720f750d
commit ff54a04aa1
2 changed files with 3 additions and 1 deletions

View File

@@ -137,6 +137,8 @@ SHIM_CALL ExCreateThread_shim(
uint32_t xeKeSetAffinityThread(void* thread_ptr, uint32_t affinity) {
// TODO(benvanik): implement.
// TODO(benvanik): this also needs ObReferenceObjectByHandle to not
// return dummy values.
return affinity;
}