diff --git a/src/machine.cpp b/src/machine.cpp index 4fbae697eb..4b15155503 100644 --- a/src/machine.cpp +++ b/src/machine.cpp @@ -2385,7 +2385,7 @@ GcList* addInterfaceMethods(Thread* t, method->spec(), 0, class_, - 0); + method->code()); hashMapInsert(t, virtualMap, method, method, methodHash);