From fd90026e65593b4ead8492855a7d530d9553181b Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 8 Aug 2017 14:37:40 +0200 Subject: Added missing patch --- build-ppc-jit.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build-ppc-jit.patch (limited to 'build-ppc-jit.patch') diff --git a/build-ppc-jit.patch b/build-ppc-jit.patch new file mode 100644 index 0000000..9cf7a86 --- /dev/null +++ b/build-ppc-jit.patch @@ -0,0 +1,12 @@ +diff -up firefox-55.0/js/src/jit/MIR.h.old firefox-55.0/js/src/jit/MIR.h +--- firefox-55.0/js/src/jit/MIR.h.old 2017-08-08 14:04:44.528460099 +0200 ++++ firefox-55.0/js/src/jit/MIR.h 2017-08-08 14:05:11.045364831 +0200 +@@ -12434,7 +12434,7 @@ class MNearbyInt + TRIVIAL_NEW_WRAPPERS + + static bool HasAssemblerSupport(RoundingMode mode) { +- return Assembler::HasRoundInstruction(mode); ++ return false; + } + + RoundingMode roundingMode() const { return roundingMode_; } -- cgit