]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/FxRestore.c
Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failed
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / FxRestore.c
index f5e1966e4adb4c5e75005f2a0e7aecd57e4749a6..e50dc126baad9db2fdf53d96b30b967dca70c4fd 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   AsmFxRestore function\r
 \r
-  Copyright (c) 2006 - 2007, Intel Corporation<BR>\r
+  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 \r
 **/\r
 \r
-//\r
-// Include common header file for this module.\r
-//\r
-#include <BaseLibInternals.h>\r
+\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
@@ -23,7 +21,7 @@
 \r
   Restores the current floating point/SSE/SSE2 state from the buffer specified\r
   by Buffer. Buffer must be aligned on a 16-byte boundary. This function is\r
-  only available on IA-32 and X64.\r
+  only available on IA-32 and x64.\r
 \r
   @param  Buffer  Pointer to a buffer to save the floating point/SSE/SSE2 context.\r
 \r