Commit 334d5cc7 authored by Lev Walkin's avatar Lev Walkin

change type width detection logic

parent e5086e3f
...@@ -365,6 +365,7 @@ asn1c_type_fits_long(arg_t *arg, asn1p_expr_t *expr) { ...@@ -365,6 +365,7 @@ asn1c_type_fits_long(arg_t *arg, asn1p_expr_t *expr) {
|| range->extensible || range->extensible
* because this may or may not indicate wide type. * because this may or may not indicate wide type.
*/ */
|| (range->extensible && (arg->flags & A1C_USE_WIDE_TYPES))
|| range->empty_constraint || range->empty_constraint
|| range->incompatible || range->incompatible
|| range->not_PER_visible || range->not_PER_visible
......
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