compiler warning
This commit is contained in:
parent
8c23d8ef83
commit
d3700fa41d
|
|
@ -945,7 +945,7 @@ Sim::evalInstance(const Instance *inst,
|
|||
else {
|
||||
LibertyPort *expr_port = expr->port();
|
||||
Sequential *sequential = (thru_sequentials && expr_port)
|
||||
? sequential = cell->outputPortSequential(expr_port)
|
||||
? cell->outputPortSequential(expr_port)
|
||||
: nullptr;
|
||||
if (sequential) {
|
||||
value = evalExpr(sequential->data(), inst);
|
||||
|
|
|
|||
Loading…
Reference in New Issue