indenting preprocessor directives breaks compilation and cant be fixed, reverting ... :-(

This commit is contained in:
van Hauser
2020-05-10 12:09:37 +02:00
parent 26f8708fed
commit 30bfd44dfd
43 changed files with 664 additions and 651 deletions

View File

@ -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,