Fix typo in last commit.
This commit is contained in:
parent
f1608e163f
commit
0d20c50de4
|
|
@ -1276,7 +1276,7 @@ static void emit_lpm_as_ca(ivl_scope_t scope, ivl_lpm_t lpm,
|
||||||
"should not be generated.\n",
|
"should not be generated.\n",
|
||||||
ivl_lpm_file(lpm), ivl_lpm_lineno(lpm));
|
ivl_lpm_file(lpm), ivl_lpm_lineno(lpm));
|
||||||
vlog_errors += 1;
|
vlog_errors += 1;
|
||||||
// falthrough
|
// fallthrough
|
||||||
case IVL_LPM_CONCAT:
|
case IVL_LPM_CONCAT:
|
||||||
emit_lpm_concat(scope, lpm);
|
emit_lpm_concat(scope, lpm);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue