Explorar o código

fix build regression in arm asm for setjmp/longjmp with old assemblers

Rich Felker %!s(int64=10) %!d(string=hai) anos
pai
achega
921c26e0e7
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/setjmp/arm/longjmp.s
  2. 1 1
      src/setjmp/arm/setjmp.s

+ 1 - 1
src/setjmp/arm/longjmp.s

@@ -20,7 +20,7 @@ longjmp:
 	ldc p2, cr4, [ip], #48
 2:	tst r1,#0x40
 	beq 2f
-	.inst 0xecbc8b10 /* vldmia ip!, {d8-d15} */
+	.word 0xecbc8b10 /* vldmia ip!, {d8-d15} */
 2:	tst r1,#0x200
 	beq 3f
 	ldcl p1, cr10, [ip], #8

+ 1 - 1
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