@@ -41,11 +41,11 @@ return (objc_sparsearray_get(cls->dtable, (uint32_t)sel->uid) != NULL ? YES : NO); } -#if !defined(__ELF__) || (!defined(OF_X86_ASM) && !defined(OF_AMD64_ASM)) +#ifndef OF_ASM_LOOKUP static id nil_method(id self, SEL _cmd) { return nil; }