]> 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 570bf9174e796f5d45a1372be24e7e99c1bb10f0..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
@@ -13,7 +13,7 @@
 **/\r
 \r
 \r
-#include <BaseLibInternals.h>\r
+#include "BaseLibInternals.h"\r
 \r
 \r
 /**\r
@@ -21,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