base-hw: print addr as hex value in cache warning

Ref #4207
This commit is contained in:
Stefan Kalkowski 2021-07-01 14:11:15 +02:00 committed by Christian Helmuth
parent 45f5ed173a
commit f939b9ffb5

View File

@ -45,7 +45,7 @@ static void for_cachelines(addr_t base,
fn(base, size);
} else {
Genode::raw(thread, " tried to make invalid address ",
base, " cache coherent");
(void*)base, " cache coherent");
}
}