Skip to content

Commit 3ab78e8

Browse files
committed
Allow field_10x26_arm.s to compile for ARMv7 architecture
1 parent 1086fda commit 3ab78e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asm/field_10x26_arm.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Note:
1616
*/
1717

1818
.syntax unified
19-
.arch armv7-a
19+
.arch armv7
2020
@ eabi attributes - see readelf -A
2121
.eabi_attribute 8, 1 @ Tag_ARM_ISA_use = yes
2222
.eabi_attribute 9, 0 @ Tag_Thumb_ISA_use = no

0 commit comments

Comments
 (0)