From d6fe963f62982613e6dd1c50a42ec4ffcb1a23df Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 7 Aug 2018 10:25:32 -0400 Subject: [PATCH] fixed VCS clock profile update --- src/platform/vcs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/vcs.js b/src/platform/vcs.js index b1147431..116bd58a 100644 --- a/src/platform/vcs.js +++ b/src/platform/vcs.js @@ -326,6 +326,7 @@ function showLoopTimingForPC(pc, sourcefile, ed) { jsrresult = {}; // recurse through all traces _traceInstructions(pc | platform.getOriginPC(), MAX_CLOCKS, MAX_CLOCKS); + ed.editor.clearGutter("gutter-bytes"); // show the lines for (var line in sourcefile.line2offset) { var pc = sourcefile.line2offset[line];