summaryrefslogtreecommitdiff
path: root/src/setjmp/arm/setjmp.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-11-23 14:27:45 -0500
committerRich Felker <dalias@aerifal.cx>2014-11-23 14:27:45 -0500
commit921c26e0e7058502e317fe0c93f6d59f982a21f1 (patch)
tree8902f6c792f0ec1a71032bebe24cbf01d8dafa82 /src/setjmp/arm/setjmp.s
parent9367fe926196f407705bb07cd29c6e40eb1774dd (diff)
downloadmusl-921c26e0e7058502e317fe0c93f6d59f982a21f1.tar.gz
fix build regression in arm asm for setjmp/longjmp with old assemblers
Diffstat (limited to 'src/setjmp/arm/setjmp.s')
-rw-r--r--src/setjmp/arm/setjmp.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setjmp/arm/setjmp.s b/src/setjmp/arm/setjmp.s
index fd65b5d8..19f8abc0 100644
--- a/src/setjmp/arm/setjmp.s
+++ b/src/setjmp/arm/setjmp.s
@@ -22,7 +22,7 @@ setjmp:
stc p2, cr4, [ip], #48
2: tst r1,#0x40
beq 2f
- .inst 0xecac8b10 /* vstmia ip!, {d8-d15} */
+ .word 0xecac8b10 /* vstmia ip!, {d8-d15} */
2: tst r1,#0x200
beq 3f
stcl p1, cr10, [ip], #8