X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FMonitor.S;h=6e9284dcd4d62fb1a4dba8399c1ed28641161afc;hp=d1310c5a58dbe1ac1684da9dede2363f7c9b0cc4;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f diff --git a/MdePkg/Library/BaseLib/Ia32/Monitor.S b/MdePkg/Library/BaseLib/Ia32/Monitor.S index d1310c5a58..6e9284dcd4 100644 --- a/MdePkg/Library/BaseLib/Ia32/Monitor.S +++ b/MdePkg/Library/BaseLib/Ia32/Monitor.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _AsmMonitor +.globl ASM_PFX(AsmMonitor) #------------------------------------------------------------------------------ # UINT64 @@ -32,7 +32,7 @@ # IN UINTN Edx # ); #------------------------------------------------------------------------------ -_AsmMonitor: +ASM_PFX(AsmMonitor): movl 4(%esp), %eax movl 8(%esp), %ecx movl 12(%esp), %edx