projects
/
mirror_edk2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed SwitchStack() to _SwitchStack()
[mirror_edk2.git]
/
MdePkg
/
Library
/
BaseLib
/
Ipf
/
SwitchStack.s
diff --git
a/MdePkg/Library/BaseLib/Ipf/SwitchStack.s
b/MdePkg/Library/BaseLib/Ipf/SwitchStack.s
index 4dd17f533e5f89db09d455c43249159043b50d6c..16358add22bbf07580afb41ce8b858e5e85ca0df 100644
(file)
--- a/
MdePkg/Library/BaseLib/Ipf/SwitchStack.s
+++ b/
MdePkg/Library/BaseLib/Ipf/SwitchStack.s
@@
-66,7
+66,7
@@
\r
\r
//VOID
\r
\r
\r
//VOID
\r
-//SwitchStack (
\r
+//
_
SwitchStack (
\r
// VOID *ContinuationFunction,
\r
// UINTN Parameter,
\r
// UINTN NewTopOfStack,
\r
// VOID *ContinuationFunction,
\r
// UINTN Parameter,
\r
// UINTN NewTopOfStack,
\r
@@
-85,7
+85,7
@@
//
\r
//--*/
\r
\r
//
\r
//--*/
\r
\r
-PROCEDURE_ENTRY(SwitchStack)
\r
+PROCEDURE_ENTRY(
_
SwitchStack)
\r
\r
mov r16 = -0x10;;
\r
and r16 = r34, r16;; // get new stack value in R16, 0 the last nibble.
\r
\r
mov r16 = -0x10;;
\r
and r16 = r34, r16;; // get new stack value in R16, 0 the last nibble.
\r
@@
-117,6
+117,6
@@
PROCEDURE_ENTRY(SwitchStack)
;;
\r
br.call.sptk.few b0=b6;; // Call the continuation function
\r
;;
\r
;;
\r
br.call.sptk.few b0=b6;; // Call the continuation function
\r
;;
\r
-PROCEDURE_EXIT(SwitchStack)
\r
+PROCEDURE_EXIT(
_
SwitchStack)
\r
\r
\r
\r
\r