vhdlpp: ExpRange::emit() now returns the number of errors.
This commit is contained in:
parent
a884faa8c1
commit
7f6f4157d1
|
|
@ -1089,7 +1089,7 @@ int ExpRange::emit(ostream&out, Entity*ent, ScopeBase*scope) const
|
||||||
errors += right_->emit(out, ent, scope);
|
errors += right_->emit(out, ent, scope);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ExpDelay::emit(ostream&out, Entity*ent, ScopeBase*scope) const
|
int ExpDelay::emit(ostream&out, Entity*ent, ScopeBase*scope) const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue