mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
Merge branch 'oss-master' into ios
This commit is contained in:
@ -2772,8 +2772,7 @@ pushArguments(Thread* t, object this_, const char* spec, object a)
|
||||
|
||||
case 'J':
|
||||
case 'D':
|
||||
pushLong(t, cast<int64_t>(objectArrayBody(t, a, index++),
|
||||
BytesPerWord));
|
||||
pushLong(t, cast<int64_t>(objectArrayBody(t, a, index++), 8));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user