mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
fix process=interpret build
This commit is contained in:
@ -462,9 +462,7 @@ makeNativeMethodData(Thread* t, object method, void* function)
|
||||
inline object
|
||||
resolveNativeMethodData(Thread* t, object method)
|
||||
{
|
||||
if (objectClass(t, methodCode(t, method))
|
||||
== arrayBody(t, t->m->types, Machine::ByteArrayType))
|
||||
{
|
||||
if (methodCode(t, method) == 0) {
|
||||
void* p = resolveNativeMethod(t, method);
|
||||
if (LIKELY(p)) {
|
||||
PROTECT(t, method);
|
||||
|
Reference in New Issue
Block a user