mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[NTOSKRNL]: When you rewrite my ASM code, get it right, dumbasses. Thanks Stefan.
svn path=/trunk/; revision=55690
This commit is contained in:
parent
1966e04ee2
commit
727c97602e
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ KiExitSystemCallDebugChecks(IN ULONG SystemCall,
|
|||
}
|
||||
|
||||
/* Make sure we're not attached and that APCs are not disabled */
|
||||
if ((KeGetCurrentThread()->ApcStateIndex != CurrentApcEnvironment) ||
|
||||
if ((KeGetCurrentThread()->ApcStateIndex != OriginalApcEnvironment) ||
|
||||
(KeGetCurrentThread()->CombinedApcDisable != 0))
|
||||
{
|
||||
/* Fail */
|
||||
|
|
Loading…
Reference in a new issue