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