Skip to content

fix_duplicate_asm_const_invokers#5838

Merged
kripken merged 1 commit intoemscripten-core:incomingfrom
juj:fix_duplicate_asm_const_invokers
Nov 23, 2017
Merged

fix_duplicate_asm_const_invokers#5838
kripken merged 1 commit intoemscripten-core:incomingfrom
juj:fix_duplicate_asm_const_invokers

Conversation

@juj
Copy link
Collaborator

@juj juj commented Nov 23, 2017

Fix Closure error coming from multiple duplicate ASM_CONST invokers being present.

This issue was caused by that previously the iteration over ASM_CONSTS was for s in set(all_sigs): but it was changed to for s in range(len(all_sigs)):, hence the duplicates.

@kripken
Copy link
Member

kripken commented Nov 23, 2017

Great, this makes us green again :)

@kripken kripken merged commit a6ae6e3 into emscripten-core:incoming Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants