Move call to CoreDisplayDiscoveredNotDispatched to be before the
commitf6623dbe82269c463e5df46e9610e3a55c94c569
authorJordan Justen <jljusten@tianocore.org>
Mon, 24 Nov 2008 00:19:49 +0000 (24 00:19 +0000)
committerJordan Justen <jljusten@tianocore.org>
Mon, 24 Nov 2008 00:19:49 +0000 (24 00:19 +0000)
treecd30bc58124a3262809a19dc424d8b4ba02ae118
parent8087b70601a0fb2eae22ec94025eef223198a67a
Move call to CoreDisplayDiscoveredNotDispatched to be before the
  ASSERT_EFI_ERROR (CoreAllEfiServicesAvailable ());
statement, since this ASSERT can force the system to hang.  Since
drivers not loading may be the reason that not all EFI services are
available, it is helpful to display the non-dispatched driver list
before using the ASSERT.
MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c