summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/sys/arm/setjmp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/arm/setjmp.S b/newlib/libc/sys/arm/setjmp.S
index 562015445..d37486090 100644
--- a/newlib/libc/sys/arm/setjmp.S
+++ b/newlib/libc/sys/arm/setjmp.S
@@ -64,6 +64,7 @@
#ifdef __thumb__
#define MODE .thumb_func
.macro PROLOGUE name
+ .code 16
bx pc
nop
.code 32