summaryrefslogtreecommitdiff
path: root/mozilla-1253216.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-02 11:25:11 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-02 11:25:11 +0200
commit26b96d52ee7c6ee86c63569901d36a5b14807aed (patch)
treee5d2bb7bc6c39f9780271b3eac3dc64a69a37a5e /mozilla-1253216.patch
parentMerge branch 'master' into f26 (diff)
parentUpdated to 55.0 (diff)
downloadlibrewolf-fedora-ff-26b96d52ee7c6ee86c63569901d36a5b14807aed.tar.gz
librewolf-fedora-ff-26b96d52ee7c6ee86c63569901d36a5b14807aed.tar.bz2
librewolf-fedora-ff-26b96d52ee7c6ee86c63569901d36a5b14807aed.zip
Merge branch 'master' into f26
Diffstat (limited to 'mozilla-1253216.patch')
-rw-r--r--mozilla-1253216.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/mozilla-1253216.patch b/mozilla-1253216.patch
index 25e9ea0..b6878be 100644
--- a/mozilla-1253216.patch
+++ b/mozilla-1253216.patch
@@ -1,9 +1,9 @@
-diff -up firefox-53.0/js/src/jit/AtomicOperations.h.1253216 firefox-53.0/js/src/jit/AtomicOperations.h
---- firefox-53.0/js/src/jit/AtomicOperations.h.1253216 2017-04-18 10:07:25.939282630 +0200
-+++ firefox-53.0/js/src/jit/AtomicOperations.h 2017-04-18 10:15:50.965436343 +0200
+diff -up firefox-55.0/js/src/jit/AtomicOperations.h.1253216 firefox-55.0/js/src/jit/AtomicOperations.h
+--- firefox-55.0/js/src/jit/AtomicOperations.h.1253216 2017-08-02 11:00:24.115991657 +0200
++++ firefox-55.0/js/src/jit/AtomicOperations.h 2017-08-02 11:01:17.373817096 +0200
@@ -348,7 +348,7 @@ AtomicOperations::isLockfree(int32_t siz
- #elif defined(__sh__)
- # include "jit/none/AtomicOperations-ppc.h"
+ # elif defined(__sh__)
+ # include "jit/none/AtomicOperations-feeling-lucky.h"
# else
-# include "jit/none/AtomicOperations-none.h" // These MOZ_CRASH() always
+# include "jit/none/AtomicOperations-ppc.h"
bgstack15