add error handling for prepare_process
This commit is contained in:
@ -30,6 +30,7 @@ struct program_load_desc {
|
||||
int status;
|
||||
int cpu;
|
||||
int pid;
|
||||
int err;
|
||||
unsigned long entry;
|
||||
unsigned long user_start;
|
||||
unsigned long user_end;
|
||||
|
||||
Reference in New Issue
Block a user