Fixed the bug that the PPI descriptor number defined in PeiCore.h is not enough to hold all the PPI and PPI notifies.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4435 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2007-12-26 02:43:28 +00:00
parent 106c688f93
commit 50cb16d9ee
1 changed files with 27 additions and 27 deletions

View File

@ -68,7 +68,7 @@ typedef union {
#define PEI_STACK_SIZE 0x20000 #define PEI_STACK_SIZE 0x20000
#define MAX_PPI_DESCRIPTORS 64 #define MAX_PPI_DESCRIPTORS 128
typedef struct { typedef struct {
INTN PpiListEnd; INTN PpiListEnd;