]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/LongJump.S
Use ASM_PFX to optionnaly set the underscore prefix
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / LongJump.S
index afb1ca5943ed73a9753d6528315daf0ee8097b16..0b76896085ca2439891d21584beeda762edeb5ae 100644 (file)
@@ -19,7 +19,7 @@
 #
 #------------------------------------------------------------------------------
 
-.globl _InternalLongJump
+.globl ASM_PFX(InternalLongJump)
 
 #------------------------------------------------------------------------------
 # VOID
@@ -29,7 +29,7 @@
 #   IN      UINTN                     Value
 #   );
 #------------------------------------------------------------------------------
-_InternalLongJump:
+ASM_PFX(InternalLongJump):
     pop     %eax
     pop     %edx
     pop     %eax