Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 384164672ffd6d09b4a81a1c91dcd077 > files > 7

thunderbird-68.0-1.3.mga7.src.rpm

diff -up thunderbird-68.0/js/src/jit/AtomicOperations.h.jit-atomic-lucky thunderbird-68.0/js/src/jit/AtomicOperations.h
--- thunderbird-68.0/js/src/jit/AtomicOperations.h.jit-atomic-lucky	2019-09-02 10:27:13.806015784 +0200
+++ thunderbird-68.0/js/src/jit/AtomicOperations.h	2019-09-02 10:30:23.227293278 +0200
@@ -394,7 +394,7 @@ inline bool AtomicOperations::isLockfree
     defined(__sh__) || defined(__s390__) || defined(__s390x__)
 #  include "jit/shared/AtomicOperations-feeling-lucky.h"
 #else
-#  error "No AtomicOperations support provided for this platform"
+#  include "jit/shared/AtomicOperations-feeling-lucky.h"
 #endif
 
 #endif  // jit_AtomicOperations_h