We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c31a515 commit 62ca2bfCopy full SHA for 62ca2bf
1 file changed
emscripten.py
@@ -377,7 +377,7 @@ def make_table(sig, raw):
377
''' % (asm_setup,) + '\n' + asm_global_vars + '''
378
var __THREW__ = 0;
379
var undef = 0;
380
- var tempInt = 0;
+ var tempInt = 0, tempValue = 0;
381
''' + ''.join(['''
382
var tempRet%d = 0;''' % i for i in range(10)]) + '\n' + asm_global_funcs + '''
383
function stackAlloc(size) {
0 commit comments