diff options
Diffstat (limited to 'js/Sources/READAU_f.js')
-rw-r--r-- | js/Sources/READAU_f.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js index 009a3b0e..e7f87a08 100644 --- a/js/Sources/READAU_f.js +++ b/js/Sources/READAU_f.js @@ -23,6 +23,7 @@ function READAU_f() { exprs = [[fname],[string(N)],[string(swap)]]; gr_i = []; this.x = standard_define([5,2],model,exprs,gr_i); + return new BasicBlock(this.x); } READAU_f.prototype.details = function READAU_f() { return this.x; @@ -80,5 +81,6 @@ function READAU_f() { } } } + return new BasicBlock(this.x); } } |