X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadMm0.S;h=f191337f68fa3e26abe8eebcf6927b64d5515189;hb=a2b1bf96b3470f5eb82b47e629f6c3a840f87295;hp=a021786cf8b06e2dad7e4d7f47c15313f7dc0759;hpb=1e56bac2c836f695e84f11f54a10d9bdb938084f;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/ReadMm0.S b/MdePkg/Library/BaseLib/Ia32/ReadMm0.S index a021786cf8..f191337f68 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadMm0.S +++ b/MdePkg/Library/BaseLib/Ia32/ReadMm0.S @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------ -.globl _AsmReadMm0 +.globl ASM_PFX(AsmReadMm0) #------------------------------------------------------------------------------ # UINTN @@ -30,7 +30,7 @@ # VOID # ); #------------------------------------------------------------------------------ -_AsmReadMm0: +ASM_PFX(AsmReadMm0): push %eax push %eax movq %mm0, (%esp)