diff options
Diffstat (limited to 'js/Branching/CLKFROM.js')
-rw-r--r-- | js/Branching/CLKFROM.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Branching/CLKFROM.js b/js/Branching/CLKFROM.js index 168cf14d..ec4053c5 100644 --- a/js/Branching/CLKFROM.js +++ b/js/Branching/CLKFROM.js @@ -11,6 +11,7 @@ function CLKFROM() { exprs = "A"; this.x = standard_define([2,1],model,exprs," "); this.x.graphics.id = "From"; + return new BasicBlock(this.x); } CLKFROM.prototype.details = function CLKFROM() { return this.x; @@ -40,5 +41,6 @@ function CLKFROM() { break; } needcompile=resume(needcompile) + return new BasicBlock(this.x); } } |