Fix call floating point va function

I'm not sure floating-point arguments in GPR or FPR before calling
variable number arguments function. so, load all arguments to GPR and
FPR.
This commit is contained in:
Heiher
2014-01-21 23:18:27 +08:00
parent 3dc3f32c35
commit 40927bd3e1
2 changed files with 12 additions and 24 deletions

View File

@@ -1,3 +1,7 @@
2014-02-09 Heiher <r@hev.cc>
* src/mips/n32.S: Fix call floating point va function.
2013-11-21 Anthony Green <green@moxielogic.com>
* configure, Makefile.in, include/Makefile.in, include/ffi.h.in,