X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a39ff7e25e19b3a8c3020042a3872ca9ec9659f1..d9a64523371fa019c4575bb400cbbc3a50ac9903:/san/kasan_dynamic_blacklist.c diff --git a/san/kasan_dynamic_blacklist.c b/san/kasan_dynamic_blacklist.c index f4ad0fa05..983b83576 100644 --- a/san/kasan_dynamic_blacklist.c +++ b/san/kasan_dynamic_blacklist.c @@ -350,7 +350,7 @@ addr_to_func(uintptr_t addr, const kernel_mach_header_t *mh) return cur_name; } -bool __attribute__((noinline)) +bool OS_NOINLINE kasan_is_blacklisted(access_t type) { uint32_t nframes = 0;