fix jit-size command line option processing

This commit is contained in:
intact 2017-04-03 22:05:48 +02:00
parent d82110e99b
commit bb1f34c287
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},