Hash : 0cfe60e9 Author : Date : 2009-12-29T10:06:04
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
--- src/powerpc/ffi.c +++ src/powerpc/ffi.c @@ -186,6 +187,7 @@ { *next_arg.f = (float) double_tmp; next_arg.u += 1; + intarg_count++; } else *fpr_base.d++ = double_tmp; @@ -1224,6 +1227,7 @@ { avalue[i] = pst; pst += 4; + ng = 8; } break; }