John Fang
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
fesvr/htif.cc
|
|
@ -52,6 +52,8 @@ htif_t::htif_t() |
|
|
|
|
|
|
|
|
htif_t::htif_t(int argc, char** argv) : 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); |
|
|
parse_arguments(argc, argv); |
|
|
register_devices(); |
|
|
register_devices(); |
|
|
} |
|
|
} |
|
|
|