X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FDisableInterrupts.asm;h=823d0dd016245ac5b9098565e80049f946892fc4;hb=35a171541199329108aa8c5417386d7afce9ddbf;hp=74bdd0bd9833164dd700d81b0d1a0bfef1d83f2c;hpb=185d764218d07c06838d4758125a5ca66178e7c9;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.asm b/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.asm index 74bdd0bd98..823d0dd016 100644 --- a/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.asm +++ b/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.asm @@ -1,10 +1,10 @@ ;------------------------------------------------------------------------------ ; -; Copyright (c) 2006, Intel Corporation -; All rights reserved. This program and the accompanying materials +; Copyright (c) 2006, 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 +; http://opensource.org/licenses/bsd-license.php. ; ; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, ; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @@ -22,7 +22,7 @@ ;------------------------------------------------------------------------------ .386p - .model flat + .model flat,C .code ;------------------------------------------------------------------------------ @@ -32,9 +32,9 @@ ; VOID ; ); ;------------------------------------------------------------------------------ -_DisableInterrupts PROC +DisableInterrupts PROC cli ret -_DisableInterrupts ENDP +DisableInterrupts ENDP END