]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/Ia32/SetMem64.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / Ia32 / SetMem64.S
index efd24ae2ed147ce8d69e2c686f4ec896aef35b5a..ac1b9b1c3b215f19a3380261efe50c80bb715704 100644 (file)
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+# 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
 # http://opensource.org/licenses/bsd-license.php\r
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemSetMem64\r
+ASM_GLOBAL ASM_PFX(InternalMemSetMem64)\r
 \r
 #------------------------------------------------------------------------------\r
 #  VOID *\r
@@ -31,7 +31,7 @@
 #    IN UINT64 Value\r
 #    )\r
 #------------------------------------------------------------------------------\r
-_InternalMemSetMem64:\r
+ASM_PFX(InternalMemSetMem64):\r
     movl    4(%esp), %eax\r
     movl    8(%esp), %ecx\r
     movq    12(%esp), %mm0\r