1
0
forked from 0ad/0ad

Fix #525 more, so it doesn't use an uninitialised variable

This was SVN commit r7853.
This commit is contained in:
Ykkrosh 2010-08-05 17:13:10 +00:00
parent c944148337
commit b4e409e80d

View File

@ -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));