diff options
Diffstat (limited to 'js/Branching/GOTOMO.js')
-rw-r--r-- | js/Branching/GOTOMO.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Branching/GOTOMO.js b/js/Branching/GOTOMO.js index 1ed448ab..76e1d633 100644 --- a/js/Branching/GOTOMO.js +++ b/js/Branching/GOTOMO.js @@ -20,6 +20,7 @@ function GOTOMO() { gr_i = []; this.x = standard_define([2,1],model,exprs,gr_i); this.x.graphics.in_implicit = ["I"]; + return new BasicBlock(this.x); } GOTOMO.prototype.details = function GOTOMO() { return this.x; @@ -56,5 +57,6 @@ function GOTOMO() { } } needcompile=resume(needcompile) + return new BasicBlock(this.x); } } |