From 8b1f55aff0201549279684dc3f1d59f42a8fb0d4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 1 Mar 2022 23:39:01 +0100 Subject: More work on readlinkat and clone syscall --- src/include/box64context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index ecb00c3e..9d660664 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -188,6 +188,8 @@ typedef struct box64context_s { x64emu_t *emu_sig; // the emu with stack used for signal handling (must be separated from main ones) int no_sigsegv; int no_sigill; + void* stack_clone; + int stack_clone_used; } box64context_t; -- cgit 1.4.1