about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-07 20:06:02 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-07 20:06:02 +0200
commit508545aa874ac7c8de5fb589bc03e3f45c70adb5 (patch)
tree9bde8c750dbd39210a7012d884b05ae33a213c4f /src/include/box64context.h
parent52d86177c5d7e70df4018ec8c9ef7a7da5bf030a (diff)
downloadbox64-508545aa874ac7c8de5fb589bc03e3f45c70adb5.tar.gz
box64-508545aa874ac7c8de5fb589bc03e3f45c70adb5.zip
Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too)
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h2
1 files changed, 1 insertions, 1 deletions
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;