mirror of https://github.com/acidanthera/audk.git
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:
parent
e513625f22
commit
81d5a316ad
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue