]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadTsc.S
Update the Guid Value of Ext SCSI Pass Thru Protocol
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadTsc.S
index 90a0de97779a73a33460d61c269f68e4431186bb..cab29661ae7972310a6e4573a43af1ea10077e08 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _AsmReadTsc\r
+.globl ASM_PFX(AsmReadTsc)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT64\r
@@ -30,6 +30,6 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmReadTsc:\r
+ASM_PFX(AsmReadTsc):\r
     rdtsc\r
     ret\r