]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibRepStr/Ia32/SetMem16.S
MdePkg BaseMemoryLibRepStr: Convert X64/ScanMem32.asm to NASM
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr / Ia32 / SetMem16.S
index ff62e947a41c0c84fee5b281c19af3003894d434..e35774a8acf2422e6dec26d3f68e34d854285b9c 100644 (file)
@@ -1,15 +1,10 @@
-//\r
-// Include common header file for this module.\r
-//\r
-#include "CommonHeader.h"\r
-\r
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2008, 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
+# http://opensource.org/licenses/bsd-license.php.\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -26,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _InternalMemSetMem16\r
+ASM_GLOBAL ASM_PFX(InternalMemSetMem16)\r
 \r
 #------------------------------------------------------------------------------\r
 #  VOID *\r
@@ -36,7 +31,7 @@
 #    IN UINT16 Value\r
 #    )\r
 #------------------------------------------------------------------------------\r
-_InternalMemSetMem16:\r
+ASM_PFX(InternalMemSetMem16):\r
     push    %edi\r
     movl    16(%esp), %eax\r
     movl    8(%esp), %edi\r