]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.asm
MdePkg/BaseLib: Remove the unnecessary '_' before library APIs in ASM/NASM
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / EnableDisableInterrupts.asm
index e54f14e9fd9cf6c36058f69ac85dbdb76ec12137..f10886490b8e8d4a58ad2d420fdca025e08c8215 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
 ;   VOID\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_EnableDisableInterrupts    PROC\r
+EnableDisableInterrupts    PROC\r
     sti\r
     cli\r
     ret\r
-_EnableDisableInterrupts    ENDP\r
+EnableDisableInterrupts    ENDP\r
 \r
     END\r