We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698191d commit ad596dfCopy full SHA for ad596df
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: fefae72a53a61c256481328ed29aafb725056f5c
+refs/heads/master: 295df68faf1e881d7fda09406f47bb99ef7f4d43
trunk/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