From 794e8d2d67dcd8337550e480ea21139289944a4b Mon Sep 17 00:00:00 2001 From: van Hauser Date: Wed, 7 Oct 2020 08:32:58 +0200 Subject: change HAVOC_MAX_MULT* to 64 --- include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 7c8e0c7d..3f5c5448 100644 --- a/include/config.h +++ b/include/config.h @@ -109,8 +109,8 @@ /* Maximum multiplier for the above (should be a power of two, beware of 32-bit int overflows): */ -#define HAVOC_MAX_MULT 32 -#define HAVOC_MAX_MULT_MOPT 32 +#define HAVOC_MAX_MULT 64 +#define HAVOC_MAX_MULT_MOPT 64 /* Absolute minimum number of havoc cycles (after all adjustments): */ -- cgit 1.4.1