diff options
author | Gabe Black <gabeblack@google.com> | 2018-07-28 00:57:55 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-09-11 21:55:11 +0000 |
commit | 50cd8a53c640dbcc0cd775cb96c956572c880979 (patch) | |
tree | 5953ff48f415e0ddec482b710cd3e3ecfff6b561 /src/systemc/dt | |
parent | 2eded4b610fcb2e561e5c482b4c5a91680fd443b (diff) | |
download | gem5-50cd8a53c640dbcc0cd775cb96c956572c880979.tar.xz |
systemc: Adjust some whitespace in a print out.
This makes a test output file diff successfully.
Change-Id: Ia269b4b33f719a2559197d9296f9acc601ec65f7
Reviewed-on: https://gem5-review.googlesource.com/12062
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
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(); |