diff options
-rw-r--r-- | util/tlm/sc_slave_port.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/tlm/sc_slave_port.cc b/util/tlm/sc_slave_port.cc index b62c64724..8c6b051e9 100644 --- a/util/tlm/sc_slave_port.cc +++ b/util/tlm/sc_slave_port.cc @@ -261,7 +261,7 @@ SCSlavePort::pec( sendRetryReq(); } } - else if (phase == tlm::BEGIN_RESP) + if (phase == tlm::BEGIN_RESP) { CAUGHT_UP; |