X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIpf%2Fsetjmp.s;h=1098be83061b87492ba3e5119066eb3d6d9c91e3;hp=6569db6af4a3a4b4c1b2bd900e487f2c33a633f2;hb=81d5a316addeeb85f84e271a4ef35a1759dcafac;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4 diff --git a/MdePkg/Library/BaseLib/Ipf/setjmp.s b/MdePkg/Library/BaseLib/Ipf/setjmp.s index 6569db6af4..1098be8306 100644 --- a/MdePkg/Library/BaseLib/Ipf/setjmp.s +++ b/MdePkg/Library/BaseLib/Ipf/setjmp.s @@ -151,7 +151,7 @@ PROCEDURE_EXIT(SetJump) // -// void LongJump(struct jmp_buffer *) +// void _LongJump(struct jmp_buffer *) // // Perform a non-local goto. // @@ -163,7 +163,7 @@ PROCEDURE_EXIT(SetJump) // for a second time to the 'SetJump'. // -PROCEDURE_ENTRY(LongJump) +PROCEDURE_ENTRY(_LongJump) // // Make sure buffer is aligned at 16byte boundary // @@ -312,6 +312,6 @@ PROCEDURE_ENTRY(LongJump) invala ;; br.ret.sptk b0 -PROCEDURE_EXIT(LongJump) +PROCEDURE_EXIT(_LongJump)