X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FEnableInterrupts.S;h=f61f979f0c2591cbb91f8a240d72dee179402e7a;hb=bb817c56c51fabe92915fe30b168b4833cb2aed9;hp=74413d83b63afcf01354318c5e7530f40f89eefe;hpb=975201130c7223ef29be7a28500ed107623fc4be;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S b/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S index 74413d83b6..f61f979f0c 100644 --- a/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S +++ b/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S @@ -1,7 +1,7 @@ #------------------------------------------------------------------------------ # -# Copyright (c) 2006, Intel Corporation -# All rights reserved. This program and the accompanying materials +# Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -11,7 +11,7 @@ # # Module Name: # -# EnableInterrupts.Asm +# EnableInterrupts.S # # Abstract: # @@ -21,9 +21,7 @@ # #------------------------------------------------------------------------------ - - - +ASM_GLOBAL ASM_PFX(EnableInterrupts) #------------------------------------------------------------------------------ # VOID @@ -32,10 +30,6 @@ # VOID # ); #------------------------------------------------------------------------------ -.global _EnableInterrupts -_EnableInterrupts: +ASM_PFX(EnableInterrupts): sti ret - - -