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