@@ -99,13 +99,13 @@ IMP imp; if (super->self == nil) return (IMP)nil_method; - imp = objc_sparsearray_get(super->class->dtable, (uint32_t)sel->uid); + imp = objc_sparsearray_get(super->cls->dtable, (uint32_t)sel->uid); if (imp == NULL) return objc_not_found_handler(super->self, sel); return imp; } #endif