mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
Core: Fix registration of CPU exception handler
This commit is contained in:
parent
16e6f4b784
commit
bef78dd9f8
@ -72,7 +72,7 @@ namespace Genode {
|
||||
|
||||
void sigh(Signal_context_capability sigh)
|
||||
{
|
||||
sigh = sigh;
|
||||
_sigh = sigh;
|
||||
update_exception_sigh();
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@ namespace Genode {
|
||||
|
||||
void sigh(Signal_context_capability sigh)
|
||||
{
|
||||
sigh = sigh;
|
||||
_sigh = sigh;
|
||||
update_exception_sigh();
|
||||
}
|
||||
|
||||
|
@ -72,7 +72,7 @@ namespace Genode {
|
||||
|
||||
void sigh(Signal_context_capability sigh)
|
||||
{
|
||||
sigh = sigh;
|
||||
_sigh = sigh;
|
||||
update_exception_sigh();
|
||||
}
|
||||
|
||||
|
@ -71,7 +71,7 @@ namespace Genode {
|
||||
|
||||
void sigh(Signal_context_capability sigh)
|
||||
{
|
||||
sigh = sigh;
|
||||
_sigh = sigh;
|
||||
update_exception_sigh();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user