diff options
Diffstat (limited to 'js/Misc/BPLATFORM.js')
-rw-r--r-- | js/Misc/BPLATFORM.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/Misc/BPLATFORM.js b/js/Misc/BPLATFORM.js index c2798629..ec1ad3a7 100644 --- a/js/Misc/BPLATFORM.js +++ b/js/Misc/BPLATFORM.js @@ -19,6 +19,7 @@ function BPLATFORM() { exprs = string(model.rpar); gr_i = []; this.x = standard_define([2,2],model,exprs,gr_i); + return new BasicBlock(this.x); } BPLATFORM.prototype.details = function BPLATFORM() { return this.x; @@ -60,5 +61,6 @@ function BPLATFORM() { break; } } + return new BasicBlock(this.x); } } |