fix Call[Static]<type>MethodA float argument marshalling

This commit is contained in:
Joel Dice
2012-10-05 10:56:07 -06:00
parent f8d3494b1c
commit 45073db421
3 changed files with 36 additions and 1 deletions

View File

@ -2823,7 +2823,7 @@ pushArguments(Thread* t, object this_, const char* spec,
break;
case 'F': {
pushFloat(t, arguments[index++].d);
pushFloat(t, arguments[index++].f);
} break;
default: