diff options
Diffstat (limited to 'src/sim/sim_exit.hh')
-rw-r--r-- | src/sim/sim_exit.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sim/sim_exit.hh b/src/sim/sim_exit.hh index da71cc912..ef73d822d 100644 --- a/src/sim/sim_exit.hh +++ b/src/sim/sim_exit.hh @@ -51,6 +51,7 @@ void registerExitCallback(Callback *); /// and exit_code parameters are saved in the SimLoopExitEvent to /// indicate why the exit occurred. void exitSimLoop(const std::string &message, int exit_code = 0, - Tick when = curTick(), Tick repeat = 0); + Tick when = curTick(), Tick repeat = 0, + bool serialize = false); #endif // __SIM_EXIT_HH__ |