[NTVDM]: Temporarily disable yielding (see r67851) because it causes timing issues (slowdowns).

svn path=/trunk/; revision=67854
This commit is contained in:
Hermès Bélusca-Maïto 2015-05-23 02:08:50 +00:00
parent 6b67f245cf
commit ebc2ff9c41

View file

@ -120,7 +120,8 @@ VOID ClockUpdate(VOID)
}
/* Yield execution to other threads */
NtYieldExecution();
// FIXME: Disabled because it causes timing issues (slowdowns).
// NtYieldExecution();
}
}