commit | 2867bfc1eb073868a59bfcfe94324e61a6d9c1e7 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Sun Dec 17 12:39:24 2017 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Feb 16 10:44:29 2018 -0500 |
tree | 9c756ca2e7787a9d59566f03c26ef08121982f0e | |
parent | 02b2fe1c9e72285df9ae2c03d63d3acb9a0e7cc4 [diff] |
xtensa asm2: Fixup stack alignment at runtime The API allows any byte count for stack size, and tests in fact check that a stack with a 499 byte stack works correctly. No choice, have to do this at runtime. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>