summaryrefslogtreecommitdiff
path: root/mozilla-1108834.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla-1108834.patch')
-rw-r--r--mozilla-1108834.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/mozilla-1108834.patch b/mozilla-1108834.patch
new file mode 100644
index 0000000..87edc57
--- /dev/null
+++ b/mozilla-1108834.patch
@@ -0,0 +1,11 @@
+diff -up firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h.old firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h
+--- firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h.old 2015-02-20 03:01:48.000000000 +0100
++++ firefox-36.0/mozilla-release/js/src/jit/none/Lowering-none.h 2015-03-06 12:00:43.486675228 +0100
+@@ -89,6 +89,7 @@ class LIRGeneratorNone : public LIRGener
+ bool visitSimdTernaryBitwise(MSimdTernaryBitwise *ins) { MOZ_CRASH(); }
+ bool visitSimdSplatX4(MSimdSplatX4 *ins) { MOZ_CRASH(); }
+ bool visitSimdValueX4(MSimdValueX4 *lir) { MOZ_CRASH(); }
++ bool visitSubstr(MSubstr *) { MOZ_CRASH(); }
+ };
+
+ typedef LIRGeneratorNone LIRGeneratorSpecific;
bgstack15