]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/Mwait.S
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / Mwait.S
index 1aad7cb357bccc7b342a01f1094a56269070ec71..12f6a87511d86db936a4d209f425d4e8383d76a7 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _AsmMwait\r
+.globl ASM_PFX(AsmMwait)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -31,7 +31,7 @@
 #   IN      UINTN                     Ecx\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmMwait:\r
+ASM_PFX(AsmMwait):\r
     movl    4(%esp), %eax\r
     movl    8(%esp), %ecx\r
     mwait   %eax, %ecx\r