diff options
Diffstat (limited to 'src/modules.js')
-rw-r--r-- | src/modules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.js b/src/modules.js index 6847e1de..5bcf614f 100644 --- a/src/modules.js +++ b/src/modules.js @@ -260,7 +260,7 @@ var Functions = { generateIndexing: function() { var tables = {}; if (ASM_JS) { - ['x', 'ii'].forEach(function(sig) { // add some default signatures that are used in the library + ['ii'].forEach(function(sig) { // add some default signatures that are used in the library tables[sig] = zeros(this.nextIndex); // TODO: make them compact }); } |