]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuIdEx.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuIdEx.S
index ab66fe75b20bbe7a6835c41e8b06d018fcd7d127..48554cc96bb7f672ace3c87859dd8e101011533c 100644 (file)
@@ -36,8 +36,8 @@
 #    OUT  UINT32  *RegisterOutEdx  OPTIONAL
 #    )
 #------------------------------------------------------------------------------
-.globl _AsmCpuidEx
-_AsmCpuidEx:
+.globl ASM_PFX(AsmCpuidEx)
+ASM_PFX(AsmCpuidEx):
     push    %ebx
     push    %ebp
     movl    %esp, %ebp