tasking: fix stack corruption on the scheduler trigger
This commit is contained in:
@@ -68,6 +68,8 @@ typedef struct Process
|
||||
l9660_dir* cwd;
|
||||
|
||||
void* brk;
|
||||
|
||||
uint32_t kstack_top;
|
||||
} Process;
|
||||
|
||||
extern Process* current;
|
||||
|
||||
Reference in New Issue
Block a user