mirror of
https://github.com/corda/corda.git
synced 2025-01-09 14:33:30 +00:00
Merge branch 'master' of ssh://dice.ecovate.com/~dicej/git/vm
This commit is contained in:
commit
8a8a123e02
@ -170,7 +170,7 @@ resolveNativeMethod2(Thread* t, object method)
|
|||||||
snprintf(decorated + decoratedSize - 1, 5, "@%d",
|
snprintf(decorated + decoratedSize - 1, 5, "@%d",
|
||||||
footprint * BytesPerWord);
|
footprint * BytesPerWord);
|
||||||
|
|
||||||
p = resolveNativeMethod(t, undecorated, decorated);
|
p = ::resolveNativeMethod(t, undecorated, decorated);
|
||||||
if (p) {
|
if (p) {
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user