]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ARShiftU64.S
Update the text to use "x64" instead of "X64" in MdePkg.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ARShiftU64.S
index a41cfdb65c8c2c1d60f11e972067b3d3704b24bc..042ebd4cad2774b871346b2fee6407070863196f 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
-#   ARShiftU64.asm\r
+#   ARShiftU64.S\r
 #\r
 # Abstract:\r
 #\r
@@ -19,7 +19,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _InternalMathARShiftU64\r
+.globl ASM_PFX(InternalMathARShiftU64)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -29,7 +29,7 @@
 #   IN      UINTN                     Count\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMathARShiftU64:\r
+ASM_PFX(InternalMathARShiftU64):\r
     movb    12(%esp), %cl\r
     movl    8(%esp), %eax\r
     cltd\r