fix #250, probably
This commit is contained in:
parent
e06d11f6df
commit
1c937adb9e
|
@ -338,7 +338,9 @@ bool CommandLine::parse(int argc,char **argv)
|
|||
case OPT_RTC_HOUR: _rtc_hour = atoi(optarg); break;
|
||||
|
||||
//sync settings
|
||||
#ifdef HAVE_JIT
|
||||
case OPT_JIT_SIZE: _jit_size = atoi(optarg); break;
|
||||
#endif
|
||||
|
||||
//system equipment
|
||||
case OPT_CONSOLE_TYPE: console_type = optarg; break;
|
||||
|
|
Loading…
Reference in New Issue