ea29f4
diff -up firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp.ppc64le-inline firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp
ea29f4
--- firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp.ppc64le-inline	2019-08-26 18:52:28.000000000 +0200
ea29f4
+++ firefox-68.1.0/js/xpconnect/src/XPCWrappedNative.cpp	2019-08-29 08:49:57.695687874 +0200
ea29f4
@@ -1092,7 +1092,11 @@ class MOZ_STACK_CLASS CallMethodHelper f
ea29f4
   MOZ_ALWAYS_INLINE bool GetOutParamSource(uint8_t paramIndex,
ea29f4
                                            MutableHandleValue srcp) const;
ea29f4
 
ea29f4
+#if (__GNUC__ && __linux__ && __PPC64__ && _LITTLE_ENDIAN)
ea29f4
+  bool GatherAndConvertResults();
ea29f4
+#else
ea29f4
   MOZ_ALWAYS_INLINE bool GatherAndConvertResults();
ea29f4
+#endif
ea29f4
 
ea29f4
   MOZ_ALWAYS_INLINE bool QueryInterfaceFastPath();
ea29f4
 
ea29f4
@@ -1139,7 +1143,11 @@ class MOZ_STACK_CLASS CallMethodHelper f
ea29f4
 
ea29f4
   ~CallMethodHelper();
ea29f4
 
ea29f4
+#if (__GNUC__ && __linux__ && __PPC64__ && _LITTLE_ENDIAN)
ea29f4
+  bool Call();
ea29f4
+#else
ea29f4
   MOZ_ALWAYS_INLINE bool Call();
ea29f4
+#endif
ea29f4
 
ea29f4
   // Trace implementation so we can put our CallMethodHelper in a Rooted<T>.
ea29f4
   void trace(JSTracer* aTrc);