Browse Source

Fix torture signature (#808)

pull/815/head
John Fang 5 years ago
committed by GitHub
parent
commit
ce42f1b55a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      fesvr/htif.cc

2
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();
}

Loading…
Cancel
Save