summaryrefslogtreecommitdiff
path: root/js/IntegerOp/BITSET.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/BITSET.js')
-rw-r--r--js/IntegerOp/BITSET.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/IntegerOp/BITSET.js b/js/IntegerOp/BITSET.js
index b214103d..21e6d076 100644
--- a/js/IntegerOp/BITSET.js
+++ b/js/IntegerOp/BITSET.js
@@ -15,6 +15,7 @@ function BITSET() {
exprs = [[sci2exp(3)],[sci2exp(0)]];
gr_i = [];
this.x = standard_define([4,2],model,exprs,gr_i);
+ return new BasicBlock(this.x);
}
BITSET.prototype.details = function BITSET() {
return this.x;
@@ -81,5 +82,6 @@ function BITSET() {
break;
}
}
+ return new BasicBlock(this.x);
}
}