summaryrefslogtreecommitdiff
path: root/js/Branching/SELECT_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/SELECT_m.js')
-rw-r--r--js/Branching/SELECT_m.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Branching/SELECT_m.js b/js/Branching/SELECT_m.js
index 856e759a..c91c2eeb 100644
--- a/js/Branching/SELECT_m.js
+++ b/js/Branching/SELECT_m.js
@@ -23,6 +23,7 @@ function SELECT_m() {
exprs = [[sci2exp(1)],[sci2exp(nin)],[sci2exp(z0)]];
gr_i = [];
this.x = standard_define([3,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
SELECT_m.prototype.details = function SELECT_m() {
return this.x;
@@ -61,5 +62,6 @@ function SELECT_m() {
}
}
}
+ return new BasicBlock(this.x);
}
}