netlist: 7493, minor edit. (nw)

This commit is contained in:
couriersud 2020-01-16 22:43:59 +01:00
parent 09f03c4b05
commit eb92f5900c

View File

@ -131,7 +131,7 @@ namespace netlist
NETLIB_HANDLERI(updB)
{
auto cnt = (++m_bcd &= 0x07);
const auto cnt(++m_bcd &= 0x07);
m_QD.push((cnt >> 2) & 1, out_delay3);
m_QC.push((cnt >> 1) & 1, out_delay2);
m_QB.push(cnt & 1, out_delay);