@@ -62,11 +62,11 @@ return imp; } IMP -objc_msg_lookup_super(struct objc_abi_super *super, SEL sel) +objc_msg_lookup_super(struct objc_super *super, SEL sel) { IMP imp; if (super->self == nil) return (IMP)nil_method;