* src/bin/genltl.cc (parse_opt): Add OPT_U_LEFT and OPT_U_RIGHT cases.
This commit is contained in:
parent
0c005c8159
commit
675fc0bc67
1 changed files with 2 additions and 0 deletions
|
|
@ -244,6 +244,8 @@ parse_opt(int key, char* arg, struct argp_state*)
|
||||||
case OPT_RV_COUNTER_CARRY:
|
case OPT_RV_COUNTER_CARRY:
|
||||||
case OPT_RV_COUNTER_CARRY_LINEAR:
|
case OPT_RV_COUNTER_CARRY_LINEAR:
|
||||||
case OPT_RV_COUNTER_LINEAR:
|
case OPT_RV_COUNTER_LINEAR:
|
||||||
|
case OPT_U_LEFT:
|
||||||
|
case OPT_U_RIGHT:
|
||||||
enqueue_job(key, arg);
|
enqueue_job(key, arg);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue