More x64 improvements
This commit is contained in:
parent
9e062adfa4
commit
3832edba89
6 changed files with 120 additions and 89 deletions
|
|
@ -27,7 +27,7 @@ typedef struct process {
|
|||
u16 prio;
|
||||
s32 sleep_time;
|
||||
uintptr_t base_sp;
|
||||
jmp_buf jump;
|
||||
JMPBUF jump;
|
||||
void (*dtor)(void);
|
||||
void *user_data;
|
||||
} Process;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue