mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
Fix a bug which does not run PeiCore from memory after shadowing it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4186 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2062f2b3f3
commit
e83327a80c
@ -445,7 +445,7 @@ Returns:
|
|||||||
|
|
||||||
PeiSwitchStacks (
|
PeiSwitchStacks (
|
||||||
InvokePeiCore,
|
InvokePeiCore,
|
||||||
(VOID*) (UINTN) PeiCore,
|
(VOID*) ((UINTN) EntryPoint + ((UINTN) PeiCore - (UINTN) _ModuleEntryPoint)),
|
||||||
(VOID*) &PeiCoreParameters,
|
(VOID*) &PeiCoreParameters,
|
||||||
TopOfStack,
|
TopOfStack,
|
||||||
(VOID*)(UINTN)Private->StackBase
|
(VOID*)(UINTN)Private->StackBase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user