1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-20 00:17:04 +00:00

fixed VCS clock profile update

This commit is contained in:
Steven Hugg
2018-08-07 10:25:32 -04:00
parent b6604faf67
commit d6fe963f62
+1
View File
@@ -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];