summaryrefslogtreecommitdiff
path: root/js/Branching/ESELECT_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/ESELECT_f.js')
-rw-r--r--js/Branching/ESELECT_f.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Branching/ESELECT_f.js b/js/Branching/ESELECT_f.js
index ccfb0fe2..09fc13c5 100644
--- a/js/Branching/ESELECT_f.js
+++ b/js/Branching/ESELECT_f.js
@@ -17,6 +17,7 @@ function ESELECT_f() {
gr_i = [];
exprs = [[string(out)],[string(1)],[string(model.nmode)]];
this.x = standard_define([4,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
ESELECT_f.prototype.details = function ESELECT_f() {
return this.x;
@@ -64,5 +65,6 @@ function ESELECT_f() {
}
}
}
+ return new BasicBlock(this.x);
}
}