43a44
> #include "sim/sim_exit.hh"
128,129c129,131
< new SimLoopExitEvent(comInstEventQueue[i], p->max_insts_any_thread,
< "a thread reached the max instruction count");
---
> schedExitSimLoop("a thread reached the max instruction count",
> p->max_insts_any_thread, 0,
> comInstEventQueue[i]);
153,154c155,157
< new SimLoopExitEvent(comLoadEventQueue[i], p->max_loads_any_thread,
< "a thread reached the max load count");
---
> schedExitSimLoop("a thread reached the max load count",
> p->max_loads_any_thread, 0,
> comLoadEventQueue[i]);