Skip to content

Commit

Permalink
Compile fails on arm because of unknown opcode.
Browse files Browse the repository at this point in the history
"stmeqia" is an mistyped and unknown opcode.
Replaced with "stmiaeq".
Compiling on ARM now possible.
Maybe an update do a newer version of libffi is also possible.
dafoxia authored and Yorick Peterse committed Dec 26, 2015
1 parent a84783d commit baf794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/libffi/src/arm/sysv.S
Original file line number Diff line number Diff line change
@@ -396,7 +396,7 @@ LSYM(Lbase_args):
beq LSYM(Lepilogue_vfp)

cmp r3, #FFI_TYPE_SINT64
stmeqia r2, {r0, r1}
stmiaeq r2, {r0, r1}
beq LSYM(Lepilogue_vfp)

cmp r3, #FFI_TYPE_FLOAT

0 comments on commit baf794d

Please sign in to comment.