mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Stack pointer adjustment code in xtensa call0 ABI prologue missed a case of no callee-saved registers and a stack frame size bigger than 128 bytes. Handle that case. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>