diff options
Diffstat (limited to 'src/systemc/dt')
-rw-r--r-- | src/systemc/dt/int/sc_nbcommon.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/dt/int/sc_nbcommon.inc b/src/systemc/dt/int/sc_nbcommon.inc index 90507ff91..13317a6fa 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(); |