mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 18:44:47 +01:00
Remove Hack for SpiderMonkey bug
This commit is contained in:
parent
a8d11b5b68
commit
61c6523f14
@ -548,7 +548,7 @@ public class TextModuleWriter extends ModuleWriter {
|
||||
case IF:
|
||||
name = "if";
|
||||
if( data != ValueType.empty ) {
|
||||
name += spiderMonkey ? " " + data : " (result " + data + ")"; // TODO HACK for https://bugzilla.mozilla.org/show_bug.cgi?id=1545755
|
||||
name += " (result " + data + ")";
|
||||
}
|
||||
insetAfter++;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user