diff options
Diffstat (limited to 'lib/builtins/arm/switch32.S')
-rw-r--r-- | lib/builtins/arm/switch32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/builtins/arm/switch32.S b/lib/builtins/arm/switch32.S index b38cd2b764a4f..d97b5361436d5 100644 --- a/lib/builtins/arm/switch32.S +++ b/lib/builtins/arm/switch32.S @@ -42,3 +42,5 @@ DEFINE_COMPILERRT_PRIVATE_FUNCTION(__switch32) bx ip // jump to computed label END_COMPILERRT_FUNCTION(__switch32) +NO_EXEC_STACK_DIRECTIVE + |