summaryrefslogtreecommitdiff
path: root/mozilla-1253216.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2017-08-02 11:19:05 +0200
committerMartin Stransky <stransky@redhat.com>2017-08-02 11:19:05 +0200
commit6468ebc8110135c7342e7548642011eff16cf975 (patch)
treee5d2bb7bc6c39f9780271b3eac3dc64a69a37a5e /mozilla-1253216.patch
parent- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild (diff)
downloadlibrewolf-fedora-ff-6468ebc8110135c7342e7548642011eff16cf975.tar.gz
librewolf-fedora-ff-6468ebc8110135c7342e7548642011eff16cf975.tar.bz2
librewolf-fedora-ff-6468ebc8110135c7342e7548642011eff16cf975.zip
Updated to 55.0
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