summaryrefslogtreecommitdiff
path: root/mozilla-1108834.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-03-06 16:38:42 +0100
committerMartin Stransky <stransky@redhat.com>2015-03-06 16:38:42 +0100
commit5d942197d4886c7f08fdbe3bf9bb1f4574909615 (patch)
tree99147faceb589e090ac956f720dc237dd7efb988 /mozilla-1108834.patch
parentAdded back the removed -remote option, Fixed rhbz#1198965 - mozilla-xremote-c... (diff)
downloadlibrewolf-fedora-ff-5d942197d4886c7f08fdbe3bf9bb1f4574909615.tar.gz
librewolf-fedora-ff-5d942197d4886c7f08fdbe3bf9bb1f4574909615.tar.bz2
librewolf-fedora-ff-5d942197d4886c7f08fdbe3bf9bb1f4574909615.zip
ppc64le build fixes
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