X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FMonitor.S;h=94f1f98f440c62682c15a240c1e5f62131a21db9;hb=2b3687dbb512ccd3cfbb75fa8966c3c93b3c067d;hp=6e9284dcd4d62fb1a4dba8399c1ed28641161afc;hpb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/Monitor.S b/MdePkg/Library/BaseLib/Ia32/Monitor.S index 6e9284dcd4..94f1f98f44 100644 --- a/MdePkg/Library/BaseLib/Ia32/Monitor.S +++ b/MdePkg/Library/BaseLib/Ia32/Monitor.S @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ # -# Copyright (c) 2006, Intel Corporation +# 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 @@ -11,7 +11,7 @@ # # Module Name: # -# Monitor.Asm +# Monitor.S # # Abstract: # @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl ASM_PFX(AsmMonitor) +ASM_GLOBAL ASM_PFX(AsmMonitor) #------------------------------------------------------------------------------ # UINT64 @@ -36,5 +36,5 @@ ASM_PFX(AsmMonitor): movl 4(%esp), %eax movl 8(%esp), %ecx movl 12(%esp), %edx - monitor %eax, %ecx, %edx + monitor %eax, %ecx, %edx # monitor ret