<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- afl-as.c	2017-11-05 10:24:47.000000000 +0800
+++ afl-as.c	2024-09-20 00:28:05.000000000 +0800
@@ -75,7 +75,7 @@
 static u8   use_64bit = 0;
 
 #ifdef __APPLE__
-#  error "Sorry, 32-bit Apple platforms are not supported."
+#  warning "Sorry, 32-bit Apple platforms are not supported."
 #endif /* __APPLE__ */
 
 #endif /* ^__x86_64__ */
</pre></body></html>