[NTOS:KE]

- Unconditionally perform APC and IRQL checks on user call exit

svn path=/trunk/; revision=63143
This commit is contained in:
Thomas Faber 2014-05-04 08:42:02 +00:00
parent 56be505cae
commit dedd67967c

View file

@ -180,6 +180,11 @@ KiExitTrapDebugChecks(IN PKTRAP_FRAME TrapFrame,
StopChecking = FALSE;
}
#else
#define KiExitTrapDebugChecks(x, y)
#define KiFillTrapFrameDebug(x)
#endif
FORCEINLINE
VOID
KiExitSystemCallDebugChecks(IN ULONG SystemCall,
@ -219,11 +224,6 @@ KiExitSystemCallDebugChecks(IN ULONG SystemCall,
}
}
}
#else
#define KiExitTrapDebugChecks(x, y)
#define KiFillTrapFrameDebug(x)
#define KiExitSystemCallDebugChecks(x, y)
#endif
//
// Generic Exit Routine