1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-28 03:29:35 +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

View File

@ -326,6 +326,7 @@ function showLoopTimingForPC(pc, sourcefile, ed) {
jsrresult = {}; jsrresult = {};
// recurse through all traces // recurse through all traces
_traceInstructions(pc | platform.getOriginPC(), MAX_CLOCKS, MAX_CLOCKS); _traceInstructions(pc | platform.getOriginPC(), MAX_CLOCKS, MAX_CLOCKS);
ed.editor.clearGutter("gutter-bytes");
// show the lines // show the lines
for (var line in sourcefile.line2offset) { for (var line in sourcefile.line2offset) {
var pc = sourcefile.line2offset[line]; var pc = sourcefile.line2offset[line];