72d71
< #include <sst/core/debug.h>
96c95
< _abort(gem5Component, "Component %s must have a 'cmd' parameter.\n",
---
> dbg.fatal(CALL_INFO, -1, "Component %s must have a 'cmd' parameter.\n",
226c225,226
< _abort(gem5Component, "Python failed to initialize. Code: %d\n", ret);
---
> dbg.fatal(CALL_INFO, -1, "Python failed to initialize. Code: %d\n",
> ret);