From 7867e610b5cffd2c0749703eca1333bdd7840824 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 1 Mar 2018 13:20:26 +0100 Subject: added -S switch, make install, updated README --- libAflDyninst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libAflDyninst.cpp') diff --git a/libAflDyninst.cpp b/libAflDyninst.cpp index 3374010..51fa41d 100644 --- a/libAflDyninst.cpp +++ b/libAflDyninst.cpp @@ -20,7 +20,7 @@ static int __afl_temp_data; static pid_t __afl_fork_pid; static unsigned short prev_id; static long saved_di; -register long rdi asm("di"); // the warning is fine - we need the warning because of a bug in dyninst +register long rdi asm("di"); // the warning is fine - we need the warning because of a bug in dyninst #define PRINT_ERROR(string) write(2, string, strlen(string)) -- cgit 1.4.1