vhdlpp: Architecture elaboration counts errors coming from expression elaboration.
This commit is contained in:
parent
cd55f30a27
commit
0f0bef32f2
|
|
@ -369,7 +369,7 @@ int SignalAssignment::elaborate(Entity*ent, Architecture*arc)
|
|||
|
||||
for (list<Expression*>::iterator cur = rval_.begin()
|
||||
; cur != rval_.end() ; ++cur) {
|
||||
(*cur)->elaborate_expr(ent, arc, lval_type);
|
||||
errors += (*cur)->elaborate_expr(ent, arc, lval_type);
|
||||
}
|
||||
|
||||
return errors;
|
||||
|
|
|
|||
Loading…
Reference in New Issue