Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -41,9 +41,9 @@ public void setCallCount(int callCount) {
@Override
public void completeBuild(InterpreterContext interpreterContext) {
this.interpreterContext = interpreterContext;
// This enables IR & CFG to be dumped in debug mode
// This enables IR & CFG to be dumped in debug mode
// when this updated code starts executing.
this.displayedCFG = true;
this.displayedCFG = false;
}

@Override

0 comments on commit a94de2e

Please sign in to comment.