Add PeimDispatcherReenter to fix bug of PeiDispatch can not be quit correctly.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5628 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-08-12 03:27:57 +00:00
parent d949491623
commit 1bd90a4c47
2 changed files with 17 additions and 3 deletions

View File

@@ -139,6 +139,7 @@ typedef struct{
EFI_PEI_FILE_HANDLE CurrentFileHandle;
BOOLEAN PeimNeedingDispatch;
BOOLEAN PeimDispatchOnThisPass;
BOOLEAN PeimDispatcherReenter;
UINTN AllFvCount;
EFI_PEI_FV_HANDLE AllFv[FixedPcdGet32 (PcdPeiCoreMaxFvSupported)];
EFI_PEI_HOB_POINTERS HobList;