]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadMsr64.S
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadMsr64.S
index be3c44e9d0a9111ee8eed48eabb830f507be9e43..505b7e688b80134f0ca12c5181cbc2bb6c66f3c9 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _AsmReadMsr64\r
+.globl ASM_PFX(AsmReadMsr64)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -30,7 +30,7 @@
 #   IN UINT32  Index\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmReadMsr64:\r
+ASM_PFX(AsmReadMsr64):\r
     movl    4(%esp), %ecx\r
     rdmsr\r
     ret\r