Commit 86b92342 authored by Damir Franusic's avatar Damir Franusic

Merge remote-tracking branch 'upstream/vlm_master' into vlm_master

parents 1046929e 3a00ddf8
...@@ -425,7 +425,7 @@ asn1c_lang_C_type_SEQUENCE_def(arg_t *arg, asn1c_ioc_table_and_objset_t *opt_ioc ...@@ -425,7 +425,7 @@ asn1c_lang_C_type_SEQUENCE_def(arg_t *arg, asn1c_ioc_table_and_objset_t *opt_ioc
asn1p_expr_t *expr = arg->expr; asn1p_expr_t *expr = arg->expr;
asn1p_expr_t *v; asn1p_expr_t *v;
int elements; /* Number of elements */ int elements; /* Number of elements */
int first_extension = -1; int first_extension = compute_extensions_start(expr);
tag2el_t *tag2el = NULL; tag2el_t *tag2el = NULL;
int tag2el_count = 0; int tag2el_count = 0;
int tags_count; int tags_count;
......
...@@ -161,7 +161,7 @@ asn_SEQUENCE_specifics_t asn_SPC_Error_specs_1 = { ...@@ -161,7 +161,7 @@ asn_SEQUENCE_specifics_t asn_SPC_Error_specs_1 = {
0, /* No top level tags */ 0, /* No top level tags */
0, /* No tags in the map */ 0, /* No tags in the map */
0, 0, 0, /* Optional elements (not needed) */ 0, 0, 0, /* Optional elements (not needed) */
-1, /* First extension addition */ 0, /* First extension addition */
}; };
asn_TYPE_descriptor_t asn_DEF_Error = { asn_TYPE_descriptor_t asn_DEF_Error = {
"Error", "Error",
......
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