From e94618b7bf48e7a78e76b2da5c69f9b9654f0dd2 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Thu, 13 Dec 2018 03:18:18 +0100 Subject: [PATCH] [KMTEST:RTL] RtlException: Remove '#if CORE_6640_IS_FIXED' MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit On behalf of Víctor Martinez. CORE-8773 --- modules/rostests/kmtests/rtl/RtlException.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/rostests/kmtests/rtl/RtlException.c b/modules/rostests/kmtests/rtl/RtlException.c index a8b76a3b1ea..0c54201a8f9 100644 --- a/modules/rostests/kmtests/rtl/RtlException.c +++ b/modules/rostests/kmtests/rtl/RtlException.c @@ -158,7 +158,6 @@ START_TEST(RtlException) /* We cannot test this in kernel mode easily - the stack is just "somewhere" * in system space, and there's no guard page below it */ -#if CORE_6640_IS_FIXED #ifdef KMT_USER_MODE /* Overflow the stack - must cause a special exception */ KmtStartSeh() @@ -171,5 +170,4 @@ START_TEST(RtlException) } KmtEndSeh(STATUS_STACK_OVERFLOW); #endif -#endif /* CORE_6640_IS_FIXED */ } -- 2.17.1