Added missing jmp_buf type
This commit is contained in:
parent
bbb107e8da
commit
419d80639f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static inline void get_stack_info(struct stack_info *stack) {
|
|||
stack->size = mbi.RegionSize;
|
||||
}
|
||||
|
||||
static g_jmp;
|
||||
static jmp_buf g_jmp;
|
||||
|
||||
static void resume_child(void) {
|
||||
longjmp(g_jmp, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue