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/BasePcdLibNull | |
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/BasePcdLibNull')
-rw-r--r-- | MdePkg/Library/BasePcdLibNull/PcdLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BasePcdLibNull/PcdLib.c b/MdePkg/Library/BasePcdLibNull/PcdLib.c index 7b8dc50d5c..a4e0183964 100644 --- a/MdePkg/Library/BasePcdLibNull/PcdLib.c +++ b/MdePkg/Library/BasePcdLibNull/PcdLib.c @@ -723,8 +723,8 @@ LibPcdCancelCallback ( PCD_TOKEN_NUMBER
EFIAPI
LibPcdGetNextToken (
- IN CONST GUID *Guid, OPTIONAL
- IN OUT PCD_TOKEN_NUMBER TokenNumber
+ IN CONST GUID *Guid, OPTIONAL
+ IN PCD_TOKEN_NUMBER TokenNumber
)
{
return 0;
|