X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FWriteMm1.S;h=74a3d711b51b61ba3034d90dab3a4e6f44741b6f;hp=510dcedb0804557319e81ed8be4808c9ece60f9a;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f diff --git a/MdePkg/Library/BaseLib/Ia32/WriteMm1.S b/MdePkg/Library/BaseLib/Ia32/WriteMm1.S index 510dcedb08..74a3d711b5 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteMm1.S +++ b/MdePkg/Library/BaseLib/Ia32/WriteMm1.S @@ -28,7 +28,7 @@ # IN UINT64 Value # ); #------------------------------------------------------------------------------ -.globl _AsmWriteMm1 -_AsmWriteMm1: +.globl ASM_PFX(AsmWriteMm1) +ASM_PFX(AsmWriteMm1): movq 4(%esp), %mm1 ret