]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteMm6.S
Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), AsmPrepa...
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteMm6.S
index 79003e2f482419effa3c7d63ff28e32086ecbd8f..e7f999b129e1f0c87928960a01aa66a220352dd3 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
-#   WriteMm6.Asm\r
+#   WriteMm6.S\r
 #\r
 # Abstract:\r
 #\r
@@ -28,7 +28,7 @@
 #   IN UINT64   Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.globl _AsmWriteMm6\r
-_AsmWriteMm6:\r
+.globl ASM_PFX(AsmWriteMm6)\r
+ASM_PFX(AsmWriteMm6):\r
     movq    4(%esp), %mm6\r
     ret\r