]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/Invd.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Invd.S
index 97c4934af56592c6962cdc3c5afa5c10bc652492..0a0c1a244ad80995cf1020c3ec94703d2a925a66 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _AsmInvd\r
+.globl ASM_PFX(AsmInvd)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
@@ -30,6 +30,6 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmInvd:\r
+ASM_PFX(AsmInvd):\r
     invd\r
     ret\r