summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/param.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/param.hh b/sim/param.hh
index 93e169778..4a1b8bda1 100644
--- a/sim/param.hh
+++ b/sim/param.hh
@@ -762,12 +762,14 @@ class SimObjectVectorParam<T *> : public SimObjectBaseParam
// automatically invoked by REGISTER_SIM_OBJECT() (see sim_object.hh).
//
#define DEFINE_SIM_OBJECT_CLASS_NAME(CLASS_NAME, OBJ_CLASS) \
+template<> \
void \
SimObjectParam<OBJ_CLASS *>::showType(std::ostream &os) const \
{ \
os << CLASS_NAME; \
} \
\
+template<> \
void \
SimObjectVectorParam<OBJ_CLASS *>::showType(std::ostream &os) const \
{ \