diff options
Diffstat (limited to 'js/IntegerOp/SRFLIPFLOP.js')
-rw-r--r-- | js/IntegerOp/SRFLIPFLOP.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js index d5db4b00..eb57ffe8 100644 --- a/js/IntegerOp/SRFLIPFLOP.js +++ b/js/IntegerOp/SRFLIPFLOP.js @@ -30,6 +30,7 @@ function SRFLIPFLOP() { model.rpar = scs_m; gr_i = []; this.x = standard_define([2,3],model,[],gr_i); + return new BasicBlock(this.x); } SRFLIPFLOP.prototype.details = function SRFLIPFLOP() { return this.x; @@ -75,5 +76,6 @@ function SRFLIPFLOP() { this.x = arg1; y = needcompile; typ = newpar; + return new BasicBlock(this.x); } } |