Some x64 improvements
This commit is contained in:
parent
dfc51f4912
commit
9e062adfa4
9 changed files with 135 additions and 116 deletions
|
|
@ -26,7 +26,7 @@ typedef struct process {
|
|||
u16 stat;
|
||||
u16 prio;
|
||||
s32 sleep_time;
|
||||
u32 base_sp;
|
||||
uintptr_t base_sp;
|
||||
jmp_buf jump;
|
||||
void (*dtor)(void);
|
||||
void *user_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue