mirror of
https://github.com/corda/corda.git
synced 2025-01-31 16:35:43 +00:00
fix windows build
This commit is contained in:
parent
cf835b8cc7
commit
2f94c5b03d
@ -182,7 +182,7 @@ void* resolveNativeMethod(Thread* t,
|
|||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
// on windows, we also try the _%s@%d and %s@%d variants
|
// on windows, we also try the _%s@%d and %s@%d variants
|
||||||
if (footprint == -1) {
|
if (footprint == -1) {
|
||||||
footprint = methodParameterFootprint(t, method) + 1;
|
footprint = method->parameterFootprint() + 1;
|
||||||
if (method->flags() & ACC_STATIC) {
|
if (method->flags() & ACC_STATIC) {
|
||||||
++footprint;
|
++footprint;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user