From 5d942197d4886c7f08fdbe3bf9bb1f4574909615 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Fri, 6 Mar 2015 16:38:42 +0100 Subject: ppc64le build fixes --- mozilla-1108834.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mozilla-1108834.patch (limited to 'mozilla-1108834.patch') 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; -- cgit