]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteLdtr.asm
MdePkg/BaseLib: Remove the unnecessary '_' before library APIs in ASM/NASM
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteLdtr.asm
index abcd74dc7b8b2f3c77cc54c8d20a9c2a5ac8e0c4..adec67da3e5160b7c9a0d09df17e517675dcc765 100644 (file)
@@ -1,6 +1,6 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2006 - 2016, 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
 ;   IN UINT16 Ldtr\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_AsmWriteLdtr   PROC\r
+AsmWriteLdtr   PROC\r
     mov     eax, [esp + 4]\r
     lldt    ax\r
     ret\r
-_AsmWriteLdtr   ENDP\r
+AsmWriteLdtr   ENDP\r
 \r
     END\r