Also align the 32-bit PowerPC stacks.
This commit is contained in:
parent
e17bb56f2a
commit
94d79b37f4
@ -103,6 +103,7 @@ struct callframe {
|
||||
register_t cf_func;
|
||||
register_t cf_arg0;
|
||||
register_t cf_arg1;
|
||||
register_t _padding; /* Maintain 16-byte alignment */
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user