ARM bridge: fixes for passing double arguments on the stack

This commit is contained in:
Jani Monoses
2012-02-21 01:15:02 +02:00
parent 1248e2af6a
commit e13dc26e39
2 changed files with 8 additions and 1 deletions

View File

@@ -362,7 +362,8 @@ void callVirtualMethod(
{ \
++pDS; \
} \
*pDS++ = *reinterpret_cast<double *>( pSV );\
*(double *)pDS = *reinterpret_cast<double *>( pSV );\
pDS += 2;\
}
#else
#define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \