]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/Invd.S
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Invd.S
index 6d6c8d46cdeaaacc38d40a75bfc8946981460856..0a0c1a244ad80995cf1020c3ec94703d2a925a66 100644 (file)
@@ -21,9 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
+.globl ASM_PFX(AsmInvd)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _AsmInvd\r
-_AsmInvd: \r
+ASM_PFX(AsmInvd):\r
     invd\r
     ret\r
-\r
-\r
-\r