]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadLdtr.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadLdtr.S
index a1581a91715fb711832ae381b56045879bcfae08..addb1757d08814a0c4482371e8686c23626f56e3 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _AsmReadLdtr\r
+.globl ASM_PFX(AsmReadLdtr)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT16\r
@@ -30,6 +30,6 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmReadLdtr:\r
+ASM_PFX(AsmReadLdtr):\r
     sldt   %eax\r
     ret\r