From 9b02ee0af20c85d8ee175b3975b2a5bf06f1e3dc Mon Sep 17 00:00:00 2001 From: Vladimir Umek Date: Thu, 5 Mar 2020 13:16:51 +0100 Subject: [PATCH] Cortex-A9 port: Adding stack alignment directive to assembly code --- portable/GCC/ARM_CA9/portASM.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portable/GCC/ARM_CA9/portASM.S b/portable/GCC/ARM_CA9/portASM.S index d366aa51c..d55c5f335 100644 --- a/portable/GCC/ARM_CA9/portASM.S +++ b/portable/GCC/ARM_CA9/portASM.S @@ -24,7 +24,7 @@ * * 1 tab == 4 spaces! */ - + .eabi_attribute Tag_ABI_align_preserved, 1 .text .arm