dde_linux: enable pci config command memory access

Issue #2620
This commit is contained in:
Alexander Boettcher
2017-12-18 13:45:38 +01:00
committed by Norman Feske
parent 10f1616c28
commit 1f1d1af041
2 changed files with 6 additions and 2 deletions

View File

@ -253,7 +253,7 @@ class Lx_kit::Malloc : public Lx::Malloc
if (msb > SLAB_STOP_LOG2) {
Genode::error("slab too large ",
1UL << msb, "reqested ", size, " cached ", (int)_cached);
1UL << msb, " requested ", size, " cached ", (int)_cached);
return 0;
}