From e38594f758d0e01db763724d73cae19c02d65ca0 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 5 Sep 2018 00:06:26 -0700 Subject: systemc: "Fix" some error message formatting. These changes make the output match what Accellera outputs so that the tests will pass. Change-Id: I1260cec35fa39586fbef39047b9da4ff3c03b3ed Reviewed-on: https://gem5-review.googlesource.com/c/12592 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/systemc/ext/dt/bit/sc_bv_base.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systemc/ext/dt/bit/sc_bv_base.hh') diff --git a/src/systemc/ext/dt/bit/sc_bv_base.hh b/src/systemc/ext/dt/bit/sc_bv_base.hh index 8aac78d37..ffb3c5a03 100644 --- a/src/systemc/ext/dt/bit/sc_bv_base.hh +++ b/src/systemc/ext/dt/bit/sc_bv_base.hh @@ -264,7 +264,7 @@ inline void sc_bv_base::set_cword(int /*i*/, sc_digit w) { if (w) { - SC_REPORT_WARNING("sc_bv cannot contain values X and Z", 0); + SC_REPORT_WARNING("(W207) sc_bv cannot contain values X and Z", 0); } } -- cgit v1.2.3