]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/CpuIdEx.S
Gcc cleanup for baselib & basememorylib in mdepkg/library/
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / CpuIdEx.S
index e5317e04cbf62f060a3f44c57685530fb1bfcbaf..d7154eb4fcd5a1459d2cc87311ed4b1cfbea06aa 100644 (file)
@@ -33,8 +33,8 @@
 #    OUT  UINT32  *RegisterOutEdx  OPTIONAL
 #    )
 #------------------------------------------------------------------------------
-.global _AsmCpuidEx
-_AsmCpuidEx:
+.global ASM_PFX(AsmCpuidEx)
+ASM_PFX(AsmCpuidEx):
     push    %rbx
     movl    %ecx,%eax
     movl    %edx,%ecx