about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--wow64/wowbox64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wow64/wowbox64.c b/wow64/wowbox64.c
index 8d0097c3..23839b64 100644
--- a/wow64/wowbox64.c
+++ b/wow64/wowbox64.c
@@ -234,7 +234,7 @@ NTSTATUS WINAPI BTCpuThreadInit(void)
 
 NTSTATUS WINAPI BTCpuTurboThunkControl(ULONG enable)
 {
-    // NYI
+    if (enable) return STATUS_NOT_SUPPORTED;
     return STATUS_SUCCESS;
 }