mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +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:
|
case IF:
|
||||||
name = "if";
|
name = "if";
|
||||||
if( data != ValueType.empty ) {
|
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++;
|
insetAfter++;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user