mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-25 18:33:11 +00:00
fixed VCS clock profile update
This commit is contained in:
parent
b6604faf67
commit
d6fe963f62
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user