diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-07 20:06:02 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-07 20:06:02 +0200 |
| commit | 508545aa874ac7c8de5fb589bc03e3f45c70adb5 (patch) | |
| tree | 9bde8c750dbd39210a7012d884b05ae33a213c4f /src/include/box64context.h | |
| parent | 52d86177c5d7e70df4018ec8c9ef7a7da5bf030a (diff) | |
| download | box64-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-x | src/include/box64context.h | 2 |
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; |