add alignment to i386 for good measure, though we do not yet

save SSE regs in i386 (we ought to, though!)
This commit is contained in:
Niko Matsakis 2012-01-06 07:57:56 -08:00
parent fefae72a53
commit 295df68faf

View File

@ -27,7 +27,7 @@ struct registers_t {
uint32_t eflags;
uint32_t eip;
};
} __attribute__((aligned(16)));
extern "C" void __morestack(void *args, void *fn_ptr, uintptr_t stack_ptr);