Skip to content

Commit

Permalink
s/stmeqia/stmiaeq/ in libffi/ffi.S; fixes issue #36
Browse files Browse the repository at this point in the history
  • Loading branch information
kch committed Apr 2, 2013
1 parent 701a63f commit bf0451d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libffi/ffi.S
Expand Up @@ -208,7 +208,7 @@ _ffi_call_SYSV:
#ifdef __SOFTFP__
cmpne r3, #FFI_TYPE_DOUBLE
#endif
stmeqia r2, {r0, r1}
stmiaeq r2, {r0, r1}

#ifndef __SOFTFP__
beq LSYM(Lepilogue)
Expand Down

0 comments on commit bf0451d

Please sign in to comment.