mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
fix Call[Static]<type>MethodA float argument marshalling
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user