34a35
> #include "systemc/ext/core/sc_main.hh"
214a216,221
> if (::sc_core::sc_get_status() != ::sc_core::SC_RUNNING) {
> SC_REPORT_ERROR(
> "(E572) a process may not be killed before it is initialized",
> name());
> }
>
237a245,250
> if (::sc_core::sc_get_status() != ::sc_core::SC_RUNNING) {
> SC_REPORT_ERROR(
> "(E573) a process may not be asynchronously reset while"
> "the simulation is not running", name());
> }
>
259a273,278
> if (::sc_core::sc_get_status() != ::sc_core::SC_RUNNING) {
> SC_REPORT_ERROR(
> "(E574) throw_it not allowed unless simulation is running ",
> name());
> }
>