diff options
Diffstat (limited to 'lib/builtins/arm/fixunsdfsivfp.S')
-rw-r--r-- | lib/builtins/arm/fixunsdfsivfp.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/builtins/arm/fixunsdfsivfp.S b/lib/builtins/arm/fixunsdfsivfp.S index 35dda5b9b0349..9cc1e628699ed 100644 --- a/lib/builtins/arm/fixunsdfsivfp.S +++ b/lib/builtins/arm/fixunsdfsivfp.S @@ -25,3 +25,6 @@ DEFINE_COMPILERRT_FUNCTION(__fixunsdfsivfp) vmov r0, s15 // move s15 to result register bx lr END_COMPILERRT_FUNCTION(__fixunsdfsivfp) + +NO_EXEC_STACK_DIRECTIVE + |