powerpc64le: Adhere to ABI stack alignment requirement

The ABI requires all stack frames be 16-byte aligned.

Reviewed-by: Peter Bergner <bergner@linux.ibm.com>
This commit is contained in:
Sachin Monga 2024-10-28 16:11:39 -05:00 committed by Peter Bergner
parent 1cf29fbc5b
commit f144dae4a1

View File

@ -43,7 +43,7 @@
# endif
#endif
#define FRAMESIZE (FRAME_MIN_SIZE+8)
#define FRAMESIZE (FRAME_MIN_SIZE+16)
/* Implements the function