summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxePcdLib/DxePcdLib.c
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-02 05:28:18 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-02 05:28:18 +0000
commit3496595d7bafc329cae169f79c450253b32fadd8 (patch)
tree5d20380c71fe1bdceb1ab61d8480a3e8e02eae47 /MdePkg/Library/DxePcdLib/DxePcdLib.c
parente74da3e30a12f2591d7fa30322397c0f6fa96dbc (diff)
downloadedk2-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/DxePcdLib/DxePcdLib.c')
-rw-r--r--MdePkg/Library/DxePcdLib/DxePcdLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.c b/MdePkg/Library/DxePcdLib/DxePcdLib.c
index b4949d5d99..f3818a6e7e 100644
--- a/MdePkg/Library/DxePcdLib/DxePcdLib.c
+++ b/MdePkg/Library/DxePcdLib/DxePcdLib.c
@@ -837,7 +837,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;