Searched hist:12875 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hhdiff 12875:13f9e1b80121 Wed Jun 13 21:25:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Turn some macros into enums to fix regression test building.

The spec defines these constants to be macros, but the regression test
refers to them using the sc_core namespace. That breaks things because
the macros don't expand to an identifier, they expand to an expression.

This change converts the macros into enums like in the Accellera
implementation to get the regression tests to build.

Change-Id: I3db7dc87a7a597907df658624a7343bc6ca1734e
Reviewed-on: https://gem5-review.googlesource.com/11180
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

Completed in 4 milliseconds