]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/ReadEs.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / ReadEs.S
index 87a5bacf643c33c0dc4931ae678cde6a99abf33f..26ed55d9e191a8618ee7155cc171359c39a1be39 100644 (file)
@@ -21,7 +21,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.global _AsmReadEs\r
+.globl ASM_PFX(AsmReadEs)\r
 \r
 #------------------------------------------------------------------------------\r
 # UINT16\r
@@ -30,6 +30,6 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_AsmReadEs:\r
+ASM_PFX(AsmReadEs):\r
     movl    %es, %eax\r
     ret\r