diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-27 15:04:27 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-27 15:04:27 +0200 |
commit | 4adca18337a5036d93d78e0522bcaa066e0a85b9 (patch) | |
tree | 9ba342742b73c7c8e14ccab7562a58dd7c0bfe56 | |
parent | 0e59a591693901ec6a69c7de2e9de2dcca52c101 (diff) | |
download | afl++-4adca18337a5036d93d78e0522bcaa066e0a85b9.tar.gz |
afl-as is now alive
-rw-r--r-- | include/afl-as.h (renamed from include/as.h) | 0 | ||||
-rw-r--r-- | src/afl-as.c | 2 | ||||
-rw-r--r-- | test-instr.c (renamed from src/test-instr.c) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/include/as.h b/include/afl-as.h index 4748eda7..4748eda7 100644 --- a/include/as.h +++ b/include/afl-as.h diff --git a/src/afl-as.c b/src/afl-as.c index 063e3bcd..94595f24 100644 --- a/src/afl-as.c +++ b/src/afl-as.c @@ -35,7 +35,7 @@ #include "debug.h" #include "alloc-inl.h" -#include "as.h" +#include "afl-as.h" #include <stdio.h> #include <unistd.h> diff --git a/src/test-instr.c b/test-instr.c index 9107f15e..9107f15e 100644 --- a/src/test-instr.c +++ b/test-instr.c |