diff --git a/src/systemc/dt/int/sc_nbcommon.inc b/src/systemc/dt/int/sc_nbcommon.inc index 90507ff912..13317a6fa5 100644 --- a/src/systemc/dt/int/sc_nbcommon.inc +++ b/src/systemc/dt/int/sc_nbcommon.inc @@ -2580,7 +2580,7 @@ CLASS_TYPE::dump(::std::ostream &os) const os << "width = " << length() << ::std::endl; os << "value = " << *this << ::std::endl; - os << "bits = "; + os << "bits = "; int len = length();