mirror of https://github.com/acidanthera/audk.git
Changed SwitchStack() to _SwitchStack()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@346 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
81d5a316ad
commit
b48638214f
|
@ -66,7 +66,7 @@
|
|||
|
||||
|
||||
//VOID
|
||||
//SwitchStack (
|
||||
//_SwitchStack (
|
||||
// VOID *ContinuationFunction,
|
||||
// UINTN Parameter,
|
||||
// UINTN NewTopOfStack,
|
||||
|
@ -85,7 +85,7 @@
|
|||
//
|
||||
//--*/
|
||||
|
||||
PROCEDURE_ENTRY(SwitchStack)
|
||||
PROCEDURE_ENTRY(_SwitchStack)
|
||||
|
||||
mov r16 = -0x10;;
|
||||
and r16 = r34, r16;; // get new stack value in R16, 0 the last nibble.
|
||||
|
@ -117,6 +117,6 @@ PROCEDURE_ENTRY(SwitchStack)
|
|||
;;
|
||||
br.call.sptk.few b0=b6;; // Call the continuation function
|
||||
;;
|
||||
PROCEDURE_EXIT(SwitchStack)
|
||||
PROCEDURE_EXIT(_SwitchStack)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue