diff --git a/source/lib/sysdep/os/win/wcpu.cpp b/source/lib/sysdep/os/win/wcpu.cpp index 8ac7eefc6f..407699222d 100644 --- a/source/lib/sysdep/os/win/wcpu.cpp +++ b/source/lib/sysdep/os/win/wcpu.cpp @@ -252,6 +252,7 @@ static void VerifyRunningOnCorrectProcessors(DWORD_PTR affinity) // table won't work because initializing the table also requires // this function. LSL only works on Vista (which already // has GetCurrentProcessorNumber). + return; } debug_assert(IsBitSet(affinity, currentProcessor));