From 631c199143d55ca5f47933fd9c207e6ab927af1a Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 16 Jul 2008 01:22:26 +0000 Subject: [PATCH] Fix a porting issue. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5480 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/plDebugSupport.c index 1eaa5ec591..d7f254b15f 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