Changed LongJump() to _LongJump()

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@345 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2006-05-31 08:51:26 +00:00
parent e513625f22
commit 81d5a316ad

View File

@ -151,7 +151,7 @@ PROCEDURE_EXIT(SetJump)
// //
// void LongJump(struct jmp_buffer *) // void _LongJump(struct jmp_buffer *)
// //
// Perform a non-local goto. // Perform a non-local goto.
// //
@ -163,7 +163,7 @@ PROCEDURE_EXIT(SetJump)
// for a second time to the 'SetJump'. // for a second time to the 'SetJump'.
// //
PROCEDURE_ENTRY(LongJump) PROCEDURE_ENTRY(_LongJump)
// //
// Make sure buffer is aligned at 16byte boundary // Make sure buffer is aligned at 16byte boundary
// //
@ -312,6 +312,6 @@ PROCEDURE_ENTRY(LongJump)
invala ;; invala ;;
br.ret.sptk b0 br.ret.sptk b0
PROCEDURE_EXIT(LongJump) PROCEDURE_EXIT(_LongJump)