aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-10-09 16:21:02 -0400
committerAlon Zakai <alonzakai@gmail.com>2013-10-09 16:21:02 -0400
commitf36c188a94a64042b4d145fccec1ffe89d316fe4 (patch)
treeecc0897ecf1191819d757919d784220b8dcd0dfc
parent874f45d8dd1a7b87fb009074acdbcc4c602e0030 (diff)
fix commented indexing debug statement
-rwxr-xr-xemscripten.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py
index 2e90fa48..2f55825c 100755
--- a/emscripten.py
+++ b/emscripten.py
@@ -346,7 +346,7 @@ def emscript(infile, settings, outfile, libraries=[], compiler_engine=None,
else:
curr = i
i += settings['FUNCTION_POINTER_ALIGNMENT']
- #logging.debug('function indexing', indexed, curr, sig)
+ #logging.debug('function indexing ' + str([indexed, curr, sig]))
forwarded_json['Functions']['indexedFunctions'][indexed] = curr # make sure not to modify this python object later - we use it in indexize
def split_32(x):