2019-01-28 13:53:26 +00:00
|
|
|
diff -up firefox-60.5.0/js/src/jit/AtomicOperations.h.jit-atomic-lucky firefox-60.5.0/js/src/jit/AtomicOperations.h
|
|
|
|
--- firefox-60.5.0/js/src/jit/AtomicOperations.h.jit-atomic-lucky 2019-01-22 10:20:27.993697161 +0100
|
|
|
|
+++ firefox-60.5.0/js/src/jit/AtomicOperations.h 2019-01-22 10:23:15.337873762 +0100
|
|
|
|
@@ -394,7 +394,7 @@ inline bool AtomicOperations::isLockfree
|
2017-10-06 10:40:42 +00:00
|
|
|
#elif defined(__s390__) || defined(__s390x__)
|
2019-01-28 13:53:26 +00:00
|
|
|
#include "jit/none/AtomicOperations-feeling-lucky.h"
|
2017-10-06 10:40:42 +00:00
|
|
|
#else
|
2019-01-28 13:53:26 +00:00
|
|
|
-#error "No AtomicOperations support provided for this platform"
|
|
|
|
+#include "jit/none/AtomicOperations-feeling-lucky.h"
|
2017-10-06 10:40:42 +00:00
|
|
|
#endif
|
|
|
|
|
2019-01-28 13:53:26 +00:00
|
|
|
#endif // jit_AtomicOperations_h
|