From ce42f1b55a3fa5a3a522439b5370be2256f68862 Mon Sep 17 00:00:00 2001 From: John Fang Date: Thu, 23 Sep 2021 22:00:17 -0700 Subject: Fix torture signature (#808) --- fesvr/htif.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fesvr/htif.cc') diff --git a/fesvr/htif.cc b/fesvr/htif.cc index 234032b..7150039 100644 --- a/fesvr/htif.cc +++ b/fesvr/htif.cc @@ -52,6 +52,8 @@ htif_t::htif_t() htif_t::htif_t(int argc, char** argv) : htif_t() { + //Set line size as 16 by default. + line_size = 16; parse_arguments(argc, argv); register_devices(); } -- cgit v1.1