summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEarl Ou <shunhsingou@google.com>2020-01-02 15:24:46 +0800
committerEarl Ou <shunhsingou@google.com>2020-01-13 01:42:58 +0000
commit07688f1b4f3679544dde3aa0c426a538499e87d6 (patch)
tree899f0a0319211282ac995b686e7ec6bcd3c7ca50 /src
parent230a4bfd9c5a65a3b12226de486e05b566c7c006 (diff)
downloadgem5-07688f1b4f3679544dde3aa0c426a538499e87d6.tar.xz
systemc: keep SC_CONCAT* macro
Call of TLM_DECLARE_EXTENDED_PHASE requires SC_CONCAT* macros. This change keeps those macros to avoid compile errors. Change-Id: I573c4c126a350ef1a752d1c50658e7d9cedaaeae Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24123 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/systemc/ext/tlm_core/2/generic_payload/phase.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/systemc/ext/tlm_core/2/generic_payload/phase.hh b/src/systemc/ext/tlm_core/2/generic_payload/phase.hh
index db5866a6b..df61ffa68 100644
--- a/src/systemc/ext/tlm_core/2/generic_payload/phase.hh
+++ b/src/systemc/ext/tlm_core/2/generic_payload/phase.hh
@@ -106,12 +106,4 @@ static class SC_CONCAT_HELPER_(tlm_phase_, name_arg) : \
} // namespace tlm
-#undef SC_CONCAT_HELPER_
-#undef SC_CONCAT_HELPER_DEFERRED_
-#undef SC_CONCAT_HELPER_MORE_DEFERRED_
-
-#undef SC_STRINGIFY_HELPER_
-#undef SC_STRINGIFY_HELPER_DEFERRED_
-#undef SC_STRINGIFY_HELPER_MORE_DEFERRED_
-
#endif /* __SYSTEMC_EXT_TLM_CORE_2_GENERIC_PAYLOAD_PHASE_HH__ */