mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
pci: no parsing errors if no config file
This commit is contained in:
parent
338c49da23
commit
a478213872
@ -336,6 +336,9 @@ namespace Pci {
|
||||
{
|
||||
using namespace Genode;
|
||||
|
||||
/* check for config file first */
|
||||
try { config(); } catch (...) { return; }
|
||||
|
||||
try {
|
||||
unsigned i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user