]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/EnableInterrupts.nasm
MdePkg/BaseLib: Remove the unnecessary '_' before library APIs in ASM/NASM
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / EnableInterrupts.nasm
index 85ea692954aa1b6fb445b2826590737378eceec2..ff8bbe45ca9fa1acbd368024f8fbc2daaeaa7789 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
@@ -30,8 +30,8 @@
 ;   VOID\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-global ASM_PFX(_EnableInterrupts)\r
-ASM_PFX(_EnableInterrupts):\r
+global ASM_PFX(EnableInterrupts)\r
+ASM_PFX(EnableInterrupts):\r
     sti\r
     ret\r
 \r