Fix: custom signal handler not working
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct process {
|
||||
int32_t current_signal;
|
||||
signal_handler_t sighandlers[SIGNAL_NUM];
|
||||
|
||||
trapframe_t *regs;
|
||||
trapframe_t *regs, *retregs;
|
||||
} process_t;
|
||||
|
||||
// thread_func_t, cast from
|
||||
|
||||
Reference in New Issue
Block a user