73a74
> #include "systemc/ext/utils/messages.hh"
95c96
< SC_REPORT_ERROR("(E5) out of bounds", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
364c365
< SC_REPORT_ERROR("(E5) out of bounds", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
374c375
< SC_REPORT_ERROR("(E5) out of bounds", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
385c386
< SC_REPORT_ERROR("(E5) out of bounds", msg.str().c_str());
---
> SC_REPORT_ERROR(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());
396c397
< SC_REPORT_WARNING("(E5) out of bounds", msg.str().c_str());
---
> SC_REPORT_WARNING(sc_core::SC_ID_OUT_OF_BOUNDS_, msg.str().c_str());