From e934049dd4e75c7772138dc0def80e0be700b16a Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 16 Aug 2021 17:55:14 +0200 Subject: [PATCH] fix inconsistency due to PA adaptation --- src/sysc/core_complex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysc/core_complex.cpp b/src/sysc/core_complex.cpp index 622b1f8..f1d729f 100644 --- a/src/sysc/core_complex.cpp +++ b/src/sysc/core_complex.cpp @@ -317,7 +317,7 @@ struct core_trace { SC_HAS_PROCESS(core_complex);// NOLINT #ifndef CWR_SYSTEMC -core_complex::core_complex(sc_module_name name) +core_complex::core_complex(sc_module_name const& name) : sc_module(name) , read_lut(tlm_dmi_ext()) , write_lut(tlm_dmi_ext())