mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
hw_x86_64: Log unknown exceptions of Cpu_idle
This commit is contained in:
parent
c2ff0ae9d4
commit
0e065c162b
@ -36,5 +36,7 @@ void Cpu_idle::exception(unsigned const cpu)
|
||||
_interrupt(cpu);
|
||||
return;
|
||||
}
|
||||
PWRN("Unknown exception %lu with error code %lu at ip=%p", trapno,
|
||||
errcode, (void *)ip);
|
||||
assert(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user