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