X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FMonitor.S;h=94f1f98f440c62682c15a240c1e5f62131a21db9;hb=2b3687dbb512ccd3cfbb75fa8966c3c93b3c067d;hp=d1310c5a58dbe1ac1684da9dede2363f7c9b0cc4;hpb=b7089db12047675e829a74674700b03406c432e6;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/Monitor.S b/MdePkg/Library/BaseLib/Ia32/Monitor.S index d1310c5a58..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 _AsmMonitor +ASM_GLOBAL ASM_PFX(AsmMonitor) #------------------------------------------------------------------------------ # UINT64 @@ -32,9 +32,9 @@ # IN UINTN Edx # ); #------------------------------------------------------------------------------ -_AsmMonitor: +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