366c366,368
< void throwToScMain();
---
> // Throw upwards, either to sc_main or to the report handler if sc_main
> // isn't running.
> void throwUp();
427c429
< const ::sc_core::sc_report *_throwToScMain;
---
> const ::sc_core::sc_report *_throwUp;
508c510
< scheduler.throwToScMain();
---
> scheduler.throwUp();