]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
move Ia32DivS64x64Remainder.c to Ia32/DivS64x64Remainder.c.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / DisablePaging32.c
index fc10461ec591f797224f8fedfaf296659946c991..237b9fe182c9b74fc20115e208499f454580828a 100644 (file)
 \r
 **/\r
 \r
-\r
 #include <BaseLibInternals.h>\r
 \r
-#if _MSC_EXTENSIONS\r
-\r
 /**\r
   Disables the 32-bit paging mode on the CPU.\r
 \r
@@ -78,5 +75,3 @@ InternalX86DisablePaging32 (
     jmp     $                           // EntryPoint() should not return\r
   }\r
 }\r
-\r
-#endif\r