mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +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
|
||||
// on windows, we also try the _%s@%d and %s@%d variants
|
||||
if (footprint == -1) {
|
||||
footprint = methodParameterFootprint(t, method) + 1;
|
||||
footprint = method->parameterFootprint() + 1;
|
||||
if (method->flags() & ACC_STATIC) {
|
||||
++footprint;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user