Core: Fix registration of CPU exception handler

This commit is contained in:
Norman Feske 2013-01-11 22:14:59 +01:00
parent 16e6f4b784
commit bef78dd9f8
4 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ namespace Genode {
void sigh(Signal_context_capability sigh)
{
sigh = sigh;
_sigh = sigh;
update_exception_sigh();
}

View File

@ -72,7 +72,7 @@ namespace Genode {
void sigh(Signal_context_capability sigh)
{
sigh = sigh;
_sigh = sigh;
update_exception_sigh();
}

View File

@ -72,7 +72,7 @@ namespace Genode {
void sigh(Signal_context_capability sigh)
{
sigh = sigh;
_sigh = sigh;
update_exception_sigh();
}

View File

@ -71,7 +71,7 @@ namespace Genode {
void sigh(Signal_context_capability sigh)
{
sigh = sigh;
_sigh = sigh;
update_exception_sigh();
}