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:
parent
fefae72a53
commit
295df68faf
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user