From 48d61351061dcf1ee3148c67d208f20bdf22a3b8 Mon Sep 17 00:00:00 2001 From: rajdakin Date: Mon, 12 Apr 2021 00:53:14 +0200 Subject: First pass --- src/include/box64context.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/box64context.h') diff --git a/src/include/box64context.h b/src/include/box64context.h index 1b215378..d5e8b82d 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -82,8 +82,8 @@ typedef struct box64context_s { char* fullpath; char* box64path; // path of current box64 executable - uint32_t stacksz; - int stackalign; + uint64_t stacksz; + size_t stackalign; void* stack; // alocated stack elfheader_t **elfs; // elf headers and memory @@ -152,7 +152,7 @@ typedef struct box64context_s { pthread_key_t tlskey; // then tls key to have actual tlsdata void* tlsdata; // the initial global tlsdata - int32_t tlssize; // wanted size of tlsdata + int64_t tlssize; // wanted size of tlsdata base_segment_t segtls[3]; // only handling 0/1/2 descriptors uintptr_t *auxval_start; -- cgit 1.4.1