From 508545aa874ac7c8de5fb589bc03e3f45c70adb5 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 7 Jun 2021 20:06:02 +0200 Subject: Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too) --- src/include/box64context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index 7ff6d8c0..4a53fed8 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -156,7 +156,7 @@ typedef struct box64context_s { pthread_key_t tlskey; // then tls key to have actual tlsdata void* tlsdata; // the initial global tlsdata int64_t tlssize; // wanted size of tlsdata - base_segment_t segtls[3]; // only handling 0/1/2 descriptors + base_segment_t segtls[4]; // only handling 0/1/2 descriptors (3 is internal use) uintptr_t *auxval_start; -- cgit 1.4.1