diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-02 05:28:18 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-02 05:28:18 +0000 |
commit | 3496595d7bafc329cae169f79c450253b32fadd8 (patch) | |
tree | 5d20380c71fe1bdceb1ab61d8480a3e8e02eae47 /MdePkg/Library/PeiPcdLib | |
parent | e74da3e30a12f2591d7fa30322397c0f6fa96dbc (diff) | |
download | edk2-platforms-3496595d7bafc329cae169f79c450253b32fadd8.tar.xz |
Make sure the PCD dxe service driver can handle the case where no PEIM is using any dynamic PCD entry and the PEI phase PCD database is empty.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@388 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiPcdLib')
-rw-r--r-- | MdePkg/Library/PeiPcdLib/PeiPcdLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c index 9000c859b5..8ef5205593 100644 --- a/MdePkg/Library/PeiPcdLib/PeiPcdLib.c +++ b/MdePkg/Library/PeiPcdLib/PeiPcdLib.c @@ -929,7 +929,7 @@ PCD_TOKEN_NUMBER EFIAPI
LibPcdGetNextToken (
IN CONST GUID *Guid, OPTIONAL
- IN OUT PCD_TOKEN_NUMBER TokenNumber
+ IN PCD_TOKEN_NUMBER TokenNumber
)
{
EFI_STATUS Status;
|