Fix inverted sync/async message.
This commit is contained in:
parent
89f414b185
commit
b64e1b4a49
|
|
@ -437,9 +437,9 @@ private:
|
||||||
if (m_inSenItem) varscp->user2(true);
|
if (m_inSenItem) varscp->user2(true);
|
||||||
else if (m_activep && m_activep->hasClocked() && !nodep->lvalue()) {
|
else if (m_activep && m_activep->hasClocked() && !nodep->lvalue()) {
|
||||||
if (varscp->user2()) {
|
if (varscp->user2()) {
|
||||||
if (!vvertexp->rstSyncNodep()) vvertexp->rstSyncNodep(nodep);
|
|
||||||
} else {
|
|
||||||
if (!vvertexp->rstAsyncNodep()) vvertexp->rstAsyncNodep(nodep);
|
if (!vvertexp->rstAsyncNodep()) vvertexp->rstAsyncNodep(nodep);
|
||||||
|
} else {
|
||||||
|
if (!vvertexp->rstSyncNodep()) vvertexp->rstSyncNodep(nodep);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// We use weight of one; if we ref the var more than once, when we simplify,
|
// We use weight of one; if we ref the var more than once, when we simplify,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue