From 1f4cc1cf884e0c7befdfea601def2291e54459be Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 10 May 2023 17:21:14 +0200 Subject: Optimized Exit bridge managment --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index bda5bf23..fb09c004 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -118,6 +118,7 @@ typedef struct box64context_s { kh_threadstack_t *stacksizes; // stack sizes attributes for thread (temporary) bridge_t *system; // other bridges + uintptr_t exit_bridge; // exit bridge value uintptr_t vsyscall; // vsyscall bridge value uintptr_t vsyscalls[3]; // the 3 x86 VSyscall pseudo bridges (mapped at 0xffffffffff600000+) dlprivate_t *dlprivate; // dlopen library map -- cgit 1.4.1