summaryrefslogtreecommitdiff
path: root/src/systemc/ext/utils/sc_vector.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/utils/sc_vector.hh')
-rw-r--r--src/systemc/ext/utils/sc_vector.hh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/systemc/ext/utils/sc_vector.hh b/src/systemc/ext/utils/sc_vector.hh
index f005751d5..f5a8f9ccb 100644
--- a/src/systemc/ext/utils/sc_vector.hh
+++ b/src/systemc/ext/utils/sc_vector.hh
@@ -57,6 +57,7 @@
#include "../core/sc_module.hh"
#include "../core/sc_object.hh"
+#include "messages.hh"
namespace sc_gem5
{
@@ -182,9 +183,7 @@ class sc_vector_base : public sc_object
sc_object *implicitCast(sc_object *p) const { return p; }
sc_object *implicitCast(...) const
{
- SC_REPORT_ERROR(
- "(E808) sc_vector::get_elements called for element type "
- "not derived from sc_object", name());
+ SC_REPORT_ERROR(SC_ID_VECTOR_NONOBJECT_ELEMENTS_, name());
return nullptr;
}
virtual sc_object *objectCast(void *) const = 0;