mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
print npt values
This commit is contained in:
@@ -80,6 +80,7 @@ int Session_component::start_task(unsigned long kconf)
|
||||
if(kc->buffConfigs[i].non_pointer_type)
|
||||
{
|
||||
Genode::log("\t\tvaddr: ", (void*)kc->buffConfigs[i].buffer);
|
||||
Genode::log("\t\tval: ", *((uint32_t*)(kc->buffConfigs[i].buffer)));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user