summaryrefslogtreecommitdiff
path: root/js/IntegerOp/INTMUL.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/IntegerOp/INTMUL.js')
-rw-r--r--js/IntegerOp/INTMUL.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/IntegerOp/INTMUL.js b/js/IntegerOp/INTMUL.js
index ff3fffba..f525e597 100644
--- a/js/IntegerOp/INTMUL.js
+++ b/js/IntegerOp/INTMUL.js
@@ -35,6 +35,7 @@ function INTMUL() {
var ok = true;
this.Datatype = arguments[0]["Datatype"];
this.np = arguments[0]["np"];
+ var exprs = [arguments[0]["Datatype"], arguments[0]["np"]];
if (!ok) {
break;
}