diff options
Diffstat (limited to 'libAflDyninst.cpp')
-rw-r--r-- | libAflDyninst.cpp | 2 |
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)) |