Added missing jmp_buf type

This commit is contained in:
Snaipe 2015-03-25 20:24:41 +01:00
parent bbb107e8da
commit 419d80639f

View file

@ -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);