ea29f4
diff -up firefox-68.0/security/nss/lib/freebl/mpi/mpcpucache.c.old firefox-68.0/security/nss/lib/freebl/mpi/mpcpucache.c
ea29f4
--- firefox-68.0/security/nss/lib/freebl/mpi/mpcpucache.c.old	2019-07-26 07:09:02.383303420 +0200
ea29f4
+++ firefox-68.0/security/nss/lib/freebl/mpi/mpcpucache.c	2019-07-26 07:09:27.228193798 +0200
ea29f4
@@ -727,7 +727,7 @@ static inline void
ea29f4
 dcbzl(char *array)
ea29f4
 {
ea29f4
     register char *a asm("r2") = array;
ea29f4
-    __asm__ __volatile__("dcbzl %0,r0"
ea29f4
+    __asm__ __volatile__("dcbzl %0,0"
ea29f4
                          : "=r"(a)
ea29f4
                          : "0"(a));
ea29f4
 }