summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/DisablePaging32.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/DisablePaging32.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
index fc10461ec5..237b9fe182 100644
--- a/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
+++ b/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
@@ -12,11 +12,8 @@
**/
-
#include <BaseLibInternals.h>
-#if _MSC_EXTENSIONS
-
/**
Disables the 32-bit paging mode on the CPU.
@@ -78,5 +75,3 @@ InternalX86DisablePaging32 (
jmp $ // EntryPoint() should not return
}
}
-
-#endif