diff options
Diffstat (limited to 'src/shell_sharedlib.js')
-rw-r--r-- | src/shell_sharedlib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell_sharedlib.js b/src/shell_sharedlib.js index d7af23fc..cbdac74b 100644 --- a/src/shell_sharedlib.js +++ b/src/shell_sharedlib.js @@ -1,7 +1,7 @@ "use strict"; // Capture the output of this into a variable, if you want -(function() { +(function(FUNCTION_TABLE_OFFSET) { var Module = {}; var args = []; Module.arguments = []; |