[KMTEST:RTL] RtlException: Remove '#if CORE_6640_IS_FIXED'

On behalf of Víctor Martinez.
CORE-8773
This commit is contained in:
Serge Gautherie 2018-12-13 03:18:18 +01:00 committed by Pierre Schweitzer
parent b0b81e54e9
commit e94618b7bf

View file

@ -158,7 +158,6 @@ START_TEST(RtlException)
/* We cannot test this in kernel mode easily - the stack is just "somewhere" /* We cannot test this in kernel mode easily - the stack is just "somewhere"
* in system space, and there's no guard page below it */ * in system space, and there's no guard page below it */
#if CORE_6640_IS_FIXED
#ifdef KMT_USER_MODE #ifdef KMT_USER_MODE
/* Overflow the stack - must cause a special exception */ /* Overflow the stack - must cause a special exception */
KmtStartSeh() KmtStartSeh()
@ -171,5 +170,4 @@ START_TEST(RtlException)
} }
KmtEndSeh(STATUS_STACK_OVERFLOW); KmtEndSeh(STATUS_STACK_OVERFLOW);
#endif #endif
#endif /* CORE_6640_IS_FIXED */
} }