Commit 5e73c505 authored by Lev Walkin's avatar Lev Walkin

add missing member

parent 1351752f
......@@ -2042,7 +2042,7 @@ emit_single_member_PER_constraint(arg_t *arg, asn1cnst_range_t *range, int alpha
} else {
if(range->extensible) {
OUT("{ APC_SEMI_CONSTRAINED | APC_EXTENSIBLE, "
"-1, ");
"-1, -1, ");
} else {
OUT("{ APC_SEMI_CONSTRAINED,\t-1, -1, ");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment