From 051693b37563575edba067c456af41ad05ec42d9 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 15 Jan 2019 09:27:58 -0800 Subject: [PATCH] Increase N to prevent including INT bits. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/012-clb-n5ffmux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/012-clb-n5ffmux/Makefile b/fuzzers/012-clb-n5ffmux/Makefile index f5f5a631..b4f9bd7f 100644 --- a/fuzzers/012-clb-n5ffmux/Makefile +++ b/fuzzers/012-clb-n5ffmux/Makefile @@ -1,3 +1,3 @@ -N := 1 +N := 3 include ../clb.mk