mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
made -v a valid option for simx simulator
This commit is contained in:
parent
973fcd7845
commit
6c2cbdfec2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const char* program = nullptr;
|
|||
|
||||
static void parse_args(int argc, char **argv) {
|
||||
int c;
|
||||
while ((c = getopt(argc, argv, "t:w:c:rsh")) != -1) {
|
||||
while ((c = getopt(argc, argv, "t:w:c:vsh")) != -1) {
|
||||
switch (c) {
|
||||
case 't':
|
||||
num_threads = atoi(optarg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue