summaryrefslogtreecommitdiff
path: root/src/sim/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/debug.hh')
-rw-r--r--src/sim/debug.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sim/debug.hh b/src/sim/debug.hh
index bc1bb1e62..c29251a1e 100644
--- a/src/sim/debug.hh
+++ b/src/sim/debug.hh
@@ -40,9 +40,9 @@
/** Cause the simulator to execute a breakpoint
- * @param when the cycle to break
+ * @param when the tick to break
*/
-void schedBreakCycle(Tick when);
+void schedBreak(Tick when);
/** Cause the simulator to return to python to create a checkpoint
* @param when the cycle to break