From e7995c74ee2fe33432a4ee2d05284c54f73332ad Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 18 Jan 2021 14:33:38 +0100 Subject: [PATCH] 005-tilegrid: allow auto-alignment of frame Signed-off-by: Alessandro Comodi --- fuzzers/005-tilegrid/gtp_channel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/005-tilegrid/gtp_channel/Makefile b/fuzzers/005-tilegrid/gtp_channel/Makefile index 0e3d4d73..29436b32 100644 --- a/fuzzers/005-tilegrid/gtp_channel/Makefile +++ b/fuzzers/005-tilegrid/gtp_channel/Makefile @@ -6,5 +6,5 @@ # # SPDX-License-Identifier: ISC N ?= 12 -GENERATE_ARGS?="--oneval 1 --design params.csv --dframe 1d --dword 4" +GENERATE_ARGS?="--oneval 1 --design params.csv --dword 4 --auto-frame" include ../fuzzaddr/common.mk