diff options
-rw-r--r-- | src/systemc/ext/tlm_utils/multi_passthrough_initiator_socket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systemc/ext/tlm_utils/multi_passthrough_initiator_socket.h b/src/systemc/ext/tlm_utils/multi_passthrough_initiator_socket.h index d9b6d6f16..30ae88d2d 100644 --- a/src/systemc/ext/tlm_utils/multi_passthrough_initiator_socket.h +++ b/src/systemc/ext/tlm_utils/multi_passthrough_initiator_socket.h @@ -141,10 +141,10 @@ class multi_passthrough_initiator_socket : if (!m_beoe_disabled) { // We are not bound hierarchically. // So we bind the dummy to avoid a SystemC error. base_type::m_export.bind(m_dummy); - // and then return our own export so that the hierarchical - // binding is set up properly. - return base_type::get_base_export(); } + // and then return our own export so that the hierarchical + // binding is set up properly. + return base_type::get_base_export(); } virtual const sc_core::sc_export<tlm::tlm_bw_transport_if<TYPES>> & |