mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
load arguments into the first 8 VFP registers, not the first 9
This commit is contained in:
parent
2be438b2bb
commit
4ffe2d58bf
@ -59,7 +59,7 @@ LOCAL(loop):
|
|||||||
ldmneia r6, {r0-r3}
|
ldmneia r6, {r0-r3}
|
||||||
#if defined(__VFP_FP__) && (! defined(__SOFTFP__))
|
#if defined(__VFP_FP__) && (! defined(__SOFTFP__))
|
||||||
// and VFP registers
|
// and VFP registers
|
||||||
vldmia r7, {d0-d8}
|
vldmia r7, {d0-d7}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
blx r4 // call function
|
blx r4 // call function
|
||||||
|
Loading…
Reference in New Issue
Block a user