diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurdfault.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/hurdfault.c b/hurd/hurdfault.c index b5a4056..39a4522 100644 --- a/hurd/hurdfault.c +++ b/hurd/hurdfault.c @@ -204,6 +204,7 @@ _hurdsig_fault_init (void) /* This state will be restored when we fault. It runs the function above. */ memset (&state, 0, sizeof state); + MACHINE_THREAD_STATE_FIX_NEW (&state); MACHINE_THREAD_STATE_SET_PC (&state, faulted); MACHINE_THREAD_STATE_SET_SP (&state, faultstack, sizeof faultstack); |