vhdlpp: Fixed infinite recursion when evaluating ExpTime.
This commit is contained in:
parent
d5853ff5d7
commit
bb695c6e11
|
|
@ -268,5 +268,5 @@ bool ExpTime::evaluate(ScopeBase*, int64_t&val) const
|
|||
|
||||
bool ExpTime::evaluate(Entity*, ScopeBase*, int64_t&val) const
|
||||
{
|
||||
return evaluate(NULL, NULL, val);
|
||||
return evaluate(NULL, val);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue