]> git.saurik.com Git - apple/xnu.git/blobdiff - san/kasan_dynamic_blacklist.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / san / kasan_dynamic_blacklist.c
index f4ad0fa059969246e6e6cf9c8313ba3248524a78..983b83576aea0eddb76f00298435a6fc601abe0d 100644 (file)
@@ -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;