Don't load the same class twice.

main
theraven 15 years ago
parent 39ec489d16
commit 5574585b0f

@ -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

Loading…
Cancel
Save