From 2bcc1049a6b715da9ebac1b717a819aa6664480f Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Mon, 29 Jun 2009 03:21:03 +0000 Subject: [PATCH] fixed ecc and k8 issues. --- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c index a27f5606b..615bbaa4d 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.c @@ -379,8 +379,9 @@ PciHostBridgeResourceAllocator ( } } // - // End while + // End while, at least one Root Bridge should be found. // + ASSERT (RootBridgeDev != NULL); // // Notify platform to start to program the resource -- 2.11.4.GIT