summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 01:22:26 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-16 01:22:26 +0000
commit631c199143d55ca5f47933fd9c207e6ab927af1a (patch)
tree1f4b64c0ddb096d8d1e78497ff4da6c10284e96c /MdeModulePkg/Universal
parent572f5d8a7b704eed9f54381b6bb3a6e3a3e79816 (diff)
downloadedk2-631c199143d55ca5f47933fd9c207e6ab927af1a.zip
edk2-631c199143d55ca5f47933fd9c207e6ab927af1a.tar.gz
edk2-631c199143d55ca5f47933fd9c207e6ab927af1a.tar.bz2
Fix a porting issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5480 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c
index 1eaa5ec..d7f254b 100644
--- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c
+++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c
@@ -180,7 +180,7 @@ Returns:
Status = EFI_SUCCESS;
- if (FeaturePcdGet (PcdNtEmulatorEnable)) {
+ if (!FeaturePcdGet (PcdNtEmulatorEnable)) {
if (CompareDescriptor (&IdtEntryTable[ExceptionType].NewDesc, &NullDesc)) {
//
// we've already installed to this vector