]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/LongJump.S
1. Port X64, IPF and EBC arch for BaseLib
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / LongJump.S
index fa17dddff9cadc961ad305e69ac27e91903e1389..0b76896085ca2439891d21584beeda762edeb5ae 100644 (file)
@@ -19,7 +19,7 @@
 #
 #------------------------------------------------------------------------------
 
-.global _InternalLongJump
+.globl ASM_PFX(InternalLongJump)
 
 #------------------------------------------------------------------------------
 # VOID
@@ -29,7 +29,7 @@
 #   IN      UINTN                     Value
 #   );
 #------------------------------------------------------------------------------
-_InternalLongJump:
+ASM_PFX(InternalLongJump):
     pop     %eax
     pop     %edx
     pop     %eax