summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils/sc_report_handler.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-15 15:14:54 -0700
committerGabe Black <gabeblack@google.com>2018-08-22 00:55:25 +0000
commit84c1b3b3ed6d5f03e23efb2efa3fd04b3fab4b35 (patch)
tree00f706018f3842fd0f713c508c7b142c61ab8d4d /src/systemc/ext/utils/sc_report_handler.hh
parent5d24b0a5adafa4ae09b29ec0e2cbc1a2ecd4126f (diff)
downloadgem5-84c1b3b3ed6d5f03e23efb2efa3fd04b3fab4b35.tar.xz
systemc: Add support for deprecated integer report handler ids.
These are deprecated but still used in the regression tests. Change-Id: Id59cf950fbe0530a6cdce20a256d450b243f12d3 Reviewed-on: https://gem5-review.googlesource.com/11256 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/utils/sc_report_handler.hh')
-rw-r--r--src/systemc/ext/utils/sc_report_handler.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemc/ext/utils/sc_report_handler.hh b/src/systemc/ext/utils/sc_report_handler.hh
index d0eea77df..6101e2b72 100644
--- a/src/systemc/ext/utils/sc_report_handler.hh
+++ b/src/systemc/ext/utils/sc_report_handler.hh
@@ -68,6 +68,10 @@ class sc_report_handler
static void report(sc_severity, const char *msg_type, const char *msg,
int verbosity, const char *file, int line);
+ // Deprecated
+ static void report(sc_severity, int id, const char *msg, const char *file,
+ int line);
+
static sc_actions set_actions(sc_severity, sc_actions=SC_UNSPECIFIED);
static sc_actions set_actions(const char *msg_type,
sc_actions=SC_UNSPECIFIED);