From 58d58b0af7113edb7623903535c436da5a1a6304 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 8 Oct 2024 09:59:44 +0200 Subject: [BOX32] More adjustments to x86 structures packing & alignment (or not) --- src/libtools/threads32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libtools/threads32.c') diff --git a/src/libtools/threads32.c b/src/libtools/threads32.c index adbfd894..093e4749 100755 --- a/src/libtools/threads32.c +++ b/src/libtools/threads32.c @@ -53,7 +53,7 @@ typedef struct threadstack_s { } threadstack_t; // longjmp / setjmp -typedef struct __attribute__((packed, aligned(4))) jump_buff_i386_s { +typedef struct jump_buff_i386_s { uint32_t save_ebx; uint32_t save_esi; uint32_t save_edi; -- cgit 1.4.1