diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-10 08:32:16 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-10 08:32:16 +0000 |
commit | 83f984483c3c0ed47f0a40bc3727ea4ba581e4e2 (patch) | |
tree | 6a0277900d44c1b89c86f56b890b916ec6c7d372 /MdeModulePkg | |
parent | c257af0caab24eafc6d57349a73748075d382044 (diff) | |
download | edk2-platforms-83f984483c3c0ed47f0a40bc3727ea4ba581e4e2.tar.xz |
fixed token space issue
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3165 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa index 979705363b..23ebaf401b 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa +++ b/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.msa @@ -83,7 +83,7 @@ <PcdCoded>
<PcdEntry PcdItemType="FEATURE_FLAG" Usage="ALWAYS_CONSUMED" SupArchList="IA32">
<C_Name>PcdNtEmulatorEnable</C_Name>
- <TokenSpaceGuidCName>gEfiEdkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
+ <TokenSpaceGuidCName>gEfiMdeModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
<HelpText>If this PCD is set as TRUE, NT emulator will be endabled.</HelpText>
</PcdEntry>
</PcdCoded>
|