load arguments into the first 8 VFP registers, not the first 9

This commit is contained in:
Joel Dice 2012-08-01 19:59:34 +00:00
parent 2be438b2bb
commit 4ffe2d58bf

View File

@ -59,7 +59,7 @@ LOCAL(loop):
ldmneia r6, {r0-r3}
#if defined(__VFP_FP__) && (! defined(__SOFTFP__))
// and VFP registers
vldmia r7, {d0-d8}
vldmia r7, {d0-d7}
#endif
blx r4 // call function