This commit is contained in:
vanhauser-thc
2021-04-28 10:59:34 +02:00
parent 39ad3b8946
commit dde0538b48
5 changed files with 13 additions and 12 deletions

View File

@ -25,7 +25,7 @@
#if (defined(__x86_64__) || defined(__i386__)) && defined(AFL_QEMU_NOT_ZERO)
#define INC_AFL_AREA(loc) \
asm volatile( \
"addb $1, (%0, %1, 1)\n" \
"addb $1, (%0, %1, 1)\n" \
"adcb $0, (%0, %1, 1)\n" \
: /* no out */ \
: "r"(afl_area_ptr), "r"(loc) \