71c2a1
diff -up firefox-60.0/gfx/qcms/transform-altivec.c.debug firefox-60.0/gfx/qcms/transform-altivec.c
71c2a1
--- firefox-60.0/gfx/qcms/transform-altivec.c.debug	2018-05-15 09:26:43.603043100 +0200
71c2a1
+++ firefox-60.0/gfx/qcms/transform-altivec.c	2018-05-15 09:28:57.302385632 +0200
71c2a1
@@ -30,7 +30,7 @@
71c2a1
 static const ALIGN float floatScaleX4 = FLOATSCALE;
71c2a1
 static const ALIGN float clampMaxValueX4 = CLAMPMAXVAL;
71c2a1
 
71c2a1
-inline vector float load_aligned_float(float *dataPtr)
71c2a1
+static vector float load_aligned_float(float *dataPtr)
71c2a1
 {
71c2a1
 	vector float data = vec_lde(0, dataPtr);
71c2a1
 	vector unsigned char moveToStart = vec_lvsl(0, dataPtr);