Also align the 32-bit PowerPC stacks.

This commit is contained in:
nwhitehorn 2013-09-05 23:28:50 +00:00
parent e17bb56f2a
commit 94d79b37f4

View File

@ -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