pci: no parsing errors if no config file

This commit is contained in:
Christian Helmuth 2013-08-19 10:59:50 +02:00
parent 338c49da23
commit a478213872
1 changed files with 3 additions and 0 deletions

View File

@ -336,6 +336,9 @@ namespace Pci {
{
using namespace Genode;
/* check for config file first */
try { config(); } catch (...) { return; }
try {
unsigned i;