]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/Ia32/ScanMem8.S
Replace .globl with ASM_GLOBAL
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / Ia32 / ScanMem8.S
index 744b0578b11afd25581d93d36c35df4eeeeb8058..14979e2f09bdd7dc2e3a37be881ddef0b8f7926b 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
@@ -29,7 +29,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemScanMem8\r
+ASM_GLOBAL ASM_PFX(InternalMemScanMem8)\r
 \r
 #------------------------------------------------------------------------------\r
 # CONST VOID *\r
@@ -40,7 +40,7 @@
 #   IN      UINT8                     Value\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_InternalMemScanMem8:\r
+ASM_PFX(InternalMemScanMem8):\r
     push    %edi\r
     movl    12(%esp), %ecx\r
     movl    8(%esp), %edi\r