More x64 improvements

This commit is contained in:
dbalatoni13 2025-04-11 19:43:16 +02:00
parent 9e062adfa4
commit 3832edba89
6 changed files with 120 additions and 89 deletions

View file

@ -14,7 +14,7 @@
#define EXEC_CHILDWATCH 2
#define EXEC_KILLED 3
static jmp_buf processjmpbuf;
static JMPBUF processjmpbuf;
static Process *processtop;
static Process *processcur;
static u16 processcnt;