80,81c80,81
< msg << "sc_bit('" << c << "')";
< SC_REPORT_ERROR("value is not valid", msg.str().c_str());
---
> msg << "sc_bit( '" << c << "' )";
> SC_REPORT_ERROR("(E204) value is not valid", msg.str().c_str());
89,90c89,90
< msg << "sc_bit(" << i << ")";
< SC_REPORT_ERROR("value is not valid", msg.str().c_str());
---
> msg << "sc_bit( " << i << " )";
> SC_REPORT_ERROR("(E204) value is not valid", msg.str().c_str());