37a38
> #include "sim/core.hh"
52c53,54
< void exitSimLoop(const std::string &message, int exit_code = 0);
---
> void exitSimLoop(const std::string &message, int exit_code = 0,
> Tick when = curTick, Tick repeat = 0);