We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefae72 commit 295df68Copy full SHA for 295df68
src/rt/arch/i386/context.h
@@ -27,7 +27,7 @@ struct registers_t {
27
uint32_t eflags;
28
29
uint32_t eip;
30
-};
+} __attribute__((aligned(16)));
31
32
extern "C" void __morestack(void *args, void *fn_ptr, uintptr_t stack_ptr);
33
0 commit comments