mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
indenting preprocessor directives breaks compilation and cant be fixed, reverting ... :-(
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user