]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteMm1.S
Update the text to use "x64" instead of "X64" in MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteMm1.S
index e3a492f9eca201a578ea545e0f4153987dca5797..9e64e31868036c886ce047aab644f87368d38def 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
-#   WriteMm1.Asm\r
+#   WriteMm1.S\r
 #\r
 # Abstract:\r
 #\r
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
-     \r
-\r
 #------------------------------------------------------------------------------\r
-# UINT64\r
+# VOID\r
 # EFIAPI\r
 # AsmWriteMm1 (\r
 #   IN UINT64   Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _AsmWriteMm1\r
-_AsmWriteMm1: \r
-    movq    4(%esp),%mm1\r
+.globl ASM_PFX(AsmWriteMm1)\r
+ASM_PFX(AsmWriteMm1):\r
+    movq    4(%esp), %mm1\r
     ret\r
-\r
-\r
-\r