40a41
> #include "sim/sim_exit.hh"
90a92,94
> ///
> /// Function to cause the simulator to take a checkpoint from the debugger
> ///
91a96,103
> takeCheckpoint(Tick when)
> {
> if (!when)
> when = curTick() + 1;
> exitSimLoop("checkpoint", 0, when, 0);
> }
>
> void