Skip to content

Commit 295df68

Browse files
committed
add alignment to i386 for good measure, though we do not yet
save SSE regs in i386 (we ought to, though!)
1 parent fefae72 commit 295df68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/arch/i386/context.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct registers_t {
2727
uint32_t eflags;
2828

2929
uint32_t eip;
30-
};
30+
} __attribute__((aligned(16)));
3131

3232
extern "C" void __morestack(void *args, void *fn_ptr, uintptr_t stack_ptr);
3333

0 commit comments

Comments
 (0)