Merge pull request #51 from intact/fix-jit-size

fix jit-size command line option processing
This commit is contained in:
zeromus 2017-04-08 01:35:28 -04:00 committed by GitHub
commit 5172e1c1f3
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ bool CommandLine::parse(int argc,char **argv)
//sync settings
#ifdef HAVE_JIT
{ "jit-enable", no_argument, &_cpu_mode, 1},
{ "jit-size", required_argument, &_jit_size},
{ "jit-size", required_argument, NULL, OPT_JIT_SIZE },
#endif
{ "rigorous-timing", no_argument, &_rigorous_timing, 1},
{ "advanced-timing", no_argument, &_advanced_timing, 1},