summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-31 08:51:26 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2006-05-31 08:51:26 +0000
commit81d5a316addeeb85f84e271a4ef35a1759dcafac (patch)
tree1a4f5996eb329a22e8e2b5521f7d44828c66d2d9 /MdePkg
parente513625f2244bef3d2365120760fccbe2e8afe85 (diff)
downloadedk2-81d5a316addeeb85f84e271a4ef35a1759dcafac.zip
edk2-81d5a316addeeb85f84e271a4ef35a1759dcafac.tar.gz
edk2-81d5a316addeeb85f84e271a4ef35a1759dcafac.tar.bz2
Changed LongJump() to _LongJump()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@345 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Library/BaseLib/Ipf/setjmp.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseLib/Ipf/setjmp.s b/MdePkg/Library/BaseLib/Ipf/setjmp.s
index 6569db6..1098be8 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)