Skip to content

Commit baf794d

Browse files
dafoxiaYorick Peterse
authored and
Yorick Peterse
committedDec 26, 2015
Compile fails on arm because of unknown opcode.
"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.
1 parent a84783d commit baf794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vendor/libffi/src/arm/sysv.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ LSYM(Lbase_args):
396396
beq LSYM(Lepilogue_vfp)
397397

398398
cmp r3, #FFI_TYPE_SINT64
399-
stmeqia r2, {r0, r1}
399+
stmiaeq r2, {r0, r1}
400400
beq LSYM(Lepilogue_vfp)
401401

402402
cmp r3, #FFI_TYPE_FLOAT

0 commit comments

Comments
 (0)
Please sign in to comment.