about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-05-09 20:02:32 +0200
committerhexcoder- <heiko@hexco.de>2020-05-09 20:02:32 +0200
commit20392878f10987709b4d3223a0120edb352cbcf5 (patch)
tree12308093627a9c46b7935ea48899b7b8454a3bb7 /qemu_mode/patches/afl-qemu-cpu-translate-inl.h
parent102067d43d7476997b2ffd6faceae4510f753d89 (diff)
downloadafl++-20392878f10987709b4d3223a0120edb352cbcf5.tar.gz
qemu_mode: make building warning free
Diffstat (limited to 'qemu_mode/patches/afl-qemu-cpu-translate-inl.h')
-rw-r--r--qemu_mode/patches/afl-qemu-cpu-translate-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-cpu-translate-inl.h b/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
index 014471ca..2e740ad9 100644
--- a/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
+++ b/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
@@ -35,7 +35,7 @@
 #include "tcg.h"
 #include "tcg-op.h"
 
-#if TCG_TARGET_LONG_BITS == 64
+#if TCG_TARGET_REG_BITS == 64
 #define _DEFAULT_MO MO_64
 #else
 #define _DEFAULT_MO MO_32