summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_export.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/core/sc_export.hh')
-rw-r--r--src/systemc/ext/core/sc_export.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/ext/core/sc_export.hh b/src/systemc/ext/core/sc_export.hh
index f5ce894b8..e8bf0d911 100644
--- a/src/systemc/ext/core/sc_export.hh
+++ b/src/systemc/ext/core/sc_export.hh
@@ -48,7 +48,7 @@ class sc_export_base : public sc_object
virtual const sc_interface *get_interface() const = 0;
protected:
- friend class sc_gem5::Kernel;
+ friend class sc_gem5::Module;
virtual void before_end_of_elaboration() = 0;
virtual void end_of_elaboration() = 0;