mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 13:01:42 -08:00
libffi: use unified assembler syntax to allow building libffi on arm with clang
The offending code has already been changed in libffi but no new
release has been made yet.
This commit is contained in:
parent
2b7822769a
commit
089d30260c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue