81c81,83
< resultStr = r.what();
---
> resultStr = "uncaught sc_report";
> sc_report_handler::get_handler()(
> r, sc_report_handler::get_catch_actions());
84c86,89
< resultStr = ::sc_gem5::reportifyException().what();
---
> resultStr = "uncaught exception";
> sc_report_handler::get_handler()(
> ::sc_gem5::reportifyException(),
> sc_report_handler::get_catch_actions());