about summary refs log tree commit diff
path: root/libAflDyninst.cpp
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2018-03-01 13:20:26 +0100
committervan Hauser <vh@thc.org>2018-03-01 13:20:26 +0100
commit7867e610b5cffd2c0749703eca1333bdd7840824 (patch)
treebff82df29777761e5eb5a19dfeb4e10357fb91e9 /libAflDyninst.cpp
parent004d0b084fa51dbf10da19d83859c0500f57dfbd (diff)
downloadafl-dyninst-7867e610b5cffd2c0749703eca1333bdd7840824.tar.gz
added -S switch, make install, updated README
Diffstat (limited to 'libAflDyninst.cpp')
-rw-r--r--libAflDyninst.cpp2
1 files changed, 1 insertions, 1 deletions
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))