]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadMm6.S
sync comments.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadMm6.S
index 22cddfa486f540cbfe8d81a3e389d515e970c281..f58b0fc7352a350f69ca98e64e2c78f48d7127c4 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm6.Asm\r
+#   ReadMm6.S\r
 #\r
 # Abstract:\r
 #\r
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
-     \r
+.globl ASM_PFX(AsmReadMm6)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINTN\r
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _AsmReadMm6\r
-_AsmReadMm6: \r
-    pushl   %eax\r
-    pushl   %eax\r
-    movq    %mm6,(%esp)\r
-    popl    %eax\r
-    popl    %edx\r
+ASM_PFX(AsmReadMm6):\r
+    push    %eax\r
+    push    %eax\r
+    movq    %mm6, (%esp)\r
+    pop     %eax\r
+    pop     %edx\r
     ret\r
-\r
-\r
-\r