mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
parent
f48baa1cf7
commit
3d0bde2147
@ -61,7 +61,7 @@ void Component::construct(Genode::Env &env)
|
|||||||
log(Hexdump(ptr, 0x10000));
|
log(Hexdump(ptr, 0x10000));
|
||||||
log(Hexdump(ptr, 0x20000));
|
log(Hexdump(ptr, 0x20000));
|
||||||
|
|
||||||
Attached_rom_dataspace rom("/notavail.txt");
|
Attached_rom_dataspace rom(env, "/notavail.txt");
|
||||||
if (!rom.valid())
|
if (!rom.valid())
|
||||||
log("Expected ROM error occured");
|
log("Expected ROM error occured");
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user