We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9804d2 commit da926f6Copy full SHA for da926f6
arch/arm/core/aarch32/cortex_m/vector_table.S
@@ -22,6 +22,10 @@
22
#include "vector_table.h"
23
24
_ASM_FILE_PROLOGUE
25
+/*
26
+ * Tell armclang that stack alignment are ensured.
27
+ */
28
+.eabi_attribute Tag_ABI_align_preserved, 1
29
30
GDATA(z_main_stack)
31
arch/arm/core/aarch32/isr_wrapper.S
@@ -12,6 +12,10 @@
12
* Wrapper installed in vector table for handling dynamic interrupts that accept
13
* a parameter.
14
*/
15
16
17
18
19
20
#include <toolchain.h>
21
#include <linker/sections.h>
0 commit comments