mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-03 20:04:23 +02:00
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:
parent
106c688f93
commit
50cb16d9ee
@ -68,7 +68,7 @@ typedef union {
|
||||
|
||||
#define PEI_STACK_SIZE 0x20000
|
||||
|
||||
#define MAX_PPI_DESCRIPTORS 64
|
||||
#define MAX_PPI_DESCRIPTORS 128
|
||||
|
||||
typedef struct {
|
||||
INTN PpiListEnd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user