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