]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/FxRestore.S
sync comments.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / FxRestore.S
index 4560751c62dbd2fd4fa7f0dc088da390fdf737a9..bda14dd15eb43235259c794a30d1b48722c74fea 100644 (file)
@@ -1,11 +1,6 @@
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
-\r
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\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
@@ -16,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   FxRestore.Asm\r
+#   FxRestore.S\r
 #\r
 # Abstract:\r
 #\r
@@ -36,6 +31,6 @@
 #   );\r
 #------------------------------------------------------------------------------\r
 ASM_PFX(InternalX86FxRestore):\r
-    movl    4(%esp), %eax\r
+    movl    4(%esp), %eax               # Buffer must be 16-byte aligned\r
     fxrstor (%eax)\r
     ret\r