From e626994d4d6af3f53ca0ced4f1e0a6dab192768c Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 18 Feb 2020 13:03:25 -0800 Subject: [PATCH] Add some samples for cfg_int to remove discrepancies. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/005-tilegrid/cfg_int/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/005-tilegrid/cfg_int/Makefile b/fuzzers/005-tilegrid/cfg_int/Makefile index e583d848..e073f312 100644 --- a/fuzzers/005-tilegrid/cfg_int/Makefile +++ b/fuzzers/005-tilegrid/cfg_int/Makefile @@ -1,3 +1,3 @@ -N ?= 4 +N ?= 10 GENERATE_ARGS?="--oneval 0 --design params.csv --dframe 15 --dword 0" include ../fuzzaddr/common.mk