about summary refs log tree commit diff
path: root/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-10 11:35:31 +0200
committervan Hauser <vh@thc.org>2020-05-10 11:35:31 +0200
commit26f8708fede1b15e6a93709d0baa2e5f481e082d (patch)
treed7884710e287db77b2067a489a374a7bfdb8b724 /qemu_mode/patches/afl-qemu-cpu-translate-inl.h
parent3beec8d4fa037a8814b697d238727b729214e805 (diff)
downloadafl++-26f8708fede1b15e6a93709d0baa2e5f481e082d.tar.gz
fix warning, code format
Diffstat (limited to 'qemu_mode/patches/afl-qemu-cpu-translate-inl.h')
-rw-r--r--qemu_mode/patches/afl-qemu-cpu-translate-inl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/patches/afl-qemu-cpu-translate-inl.h b/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
index 2e740ad9..1fdfb247 100644
--- a/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
+++ b/qemu_mode/patches/afl-qemu-cpu-translate-inl.h
@@ -36,9 +36,9 @@
 #include "tcg-op.h"
 
 #if TCG_TARGET_REG_BITS == 64
-#define _DEFAULT_MO MO_64
+#  define _DEFAULT_MO MO_64
 #else
-#define _DEFAULT_MO MO_32
+#  define _DEFAULT_MO MO_32
 #endif
 
 static void afl_gen_compcov(target_ulong cur_loc, TCGv arg1, TCGv arg2,