Skip to content

Commit 76bd9c2

Browse files
committed
Make force parameter const
1 parent 990fc8d commit 76bd9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Debug/debugger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ void Debugger::handleSnapshotPolicy(Module *m) {
10411041
}
10421042
}
10431043

1044-
void Debugger::checkpoint(Module *m, bool force) {
1044+
void Debugger::checkpoint(Module *m, const bool force) {
10451045
if (instructions_executed == 0 && !force) {
10461046
return;
10471047
}

0 commit comments

Comments
 (0)