Also align the 32-bit PowerPC stacks.

This commit is contained in:
Nathan Whitehorn 2013-09-05 23:28:50 +00:00
parent 2a6e50d2ce
commit 653a5825b8

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