diff --git a/class_table.c b/class_table.c index 3ce4325..f1e71c8 100644 --- a/class_table.c +++ b/class_table.c @@ -376,6 +376,7 @@ void objc_load_class(struct objc_class *class) abort(); } reload_class(class, existingClass); + return; } // The compiler initialises the super class pointer to the name of the