summaryrefslogtreecommitdiff
path: root/js/Branching/FROM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/FROM.js')
-rw-r--r--js/Branching/FROM.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Branching/FROM.js b/js/Branching/FROM.js
index 1f582691..716fc793 100644
--- a/js/Branching/FROM.js
+++ b/js/Branching/FROM.js
@@ -17,6 +17,7 @@ function FROM() {
gr_i = [];
this.x = standard_define([2,1],model,exprs,gr_i);
this.x.graphics.id = "From";
+ return new BasicBlock(this.x);
}
FROM.prototype.details = function FROM() {
return this.x;
@@ -46,5 +47,6 @@ function FROM() {
}
}
needcompile=resume(needcompile)
+ return new BasicBlock(this.x);
}
}