mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 15:18:20 +00:00
Core: Fix registration of CPU exception handler
This commit is contained in:
@ -72,7 +72,7 @@ namespace Genode {
|
||||
|
||||
void sigh(Signal_context_capability sigh)
|
||||
{
|
||||
sigh = sigh;
|
||||
_sigh = sigh;
|
||||
update_exception_sigh();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user