mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +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)
|
void sigh(Signal_context_capability sigh)
|
||||||
{
|
{
|
||||||
sigh = sigh;
|
_sigh = sigh;
|
||||||
update_exception_sigh();
|
update_exception_sigh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ namespace Genode {
|
|||||||
|
|
||||||
void sigh(Signal_context_capability sigh)
|
void sigh(Signal_context_capability sigh)
|
||||||
{
|
{
|
||||||
sigh = sigh;
|
_sigh = sigh;
|
||||||
update_exception_sigh();
|
update_exception_sigh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ namespace Genode {
|
|||||||
|
|
||||||
void sigh(Signal_context_capability sigh)
|
void sigh(Signal_context_capability sigh)
|
||||||
{
|
{
|
||||||
sigh = sigh;
|
_sigh = sigh;
|
||||||
update_exception_sigh();
|
update_exception_sigh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ namespace Genode {
|
|||||||
|
|
||||||
void sigh(Signal_context_capability sigh)
|
void sigh(Signal_context_capability sigh)
|
||||||
{
|
{
|
||||||
sigh = sigh;
|
_sigh = sigh;
|
||||||
update_exception_sigh();
|
update_exception_sigh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user