diff options
Diffstat (limited to 'js/Misc/PAL_f.js')
-rw-r--r-- | js/Misc/PAL_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Misc/PAL_f.js b/js/Misc/PAL_f.js index ed6fbf21..f325c8c6 100644 --- a/js/Misc/PAL_f.js +++ b/js/Misc/PAL_f.js @@ -27,7 +27,7 @@ function PAL_f() { this.x = arg1; y = []; typ = []; - %exit=resume(false) + %exit = resume(false) return new BasicBlock(this.x); } } |