about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 42883404..110beed5 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -1040,6 +1040,12 @@ int main(int argc, char **argv_orig, char **envp) {
 
         if (fsrv->cs_mode) { FATAL("Multiple -A options not supported"); }
 
+        if (!(__aarch64__ && __linux__)) {
+
+          FATAL("-A option is not supported on this platform");
+
+        }
+
         fsrv->cs_mode = 1;
         break;