diff options
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index 236a2e4e..367537c2 100755 --- a/emscripten.py +++ b/emscripten.py @@ -323,7 +323,7 @@ def emscript(infile, settings, outfile, libraries=[], compiler_engine=None, #print >> sys.stderr, 'function indexing', indexed, curr, sig forwarded_json['Functions']['indexedFunctions'][indexed] = curr # make sure not to modify this python object later - we use it in indexize if alias: i = max(table_counters.values()) if len(table_counters) > 0 else 2 + 2*settings['RESERVED_FUNCTION_POINTERS'] - forwarded_json['Functions']['nextIndex'] = i # post phase can continue to add, in getIndex + forwarded_json['Functions']['nextIndex'] = i def split_32(x): x = int(x) |