mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
committed by
Christian Helmuth
parent
da6b384e3a
commit
7eb0b6928a
@@ -48,7 +48,7 @@ class Local_fault_handler : public Entrypoint
|
||||
{
|
||||
Region_map::State state = _region_map.state();
|
||||
|
||||
_fault_cnt ++;
|
||||
_fault_cnt = _fault_cnt + 1;
|
||||
|
||||
log("region-map state is ",
|
||||
state.type == Region_map::State::READ_FAULT ? "READ_FAULT" :
|
||||
|
||||
Reference in New Issue
Block a user