diff options
author | Martin Stransky <stransky@redhat.com> | 2016-03-03 13:40:14 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-03-03 13:40:14 +0100 |
commit | 73b9476d8c5eedea752d4bbd5dcbdc4a6c3b532d (patch) | |
tree | a76ae8eb7cfe4e3de2c759c0a0a2a9d3e841bcb1 /mozilla-1253216.patch | |
parent | build fixes (diff) | |
download | librewolf-fedora-ff-73b9476d8c5eedea752d4bbd5dcbdc4a6c3b532d.tar.gz librewolf-fedora-ff-73b9476d8c5eedea752d4bbd5dcbdc4a6c3b532d.tar.bz2 librewolf-fedora-ff-73b9476d8c5eedea752d4bbd5dcbdc4a6c3b532d.zip |
Run-time jit fix - mozbz#1253216
Diffstat (limited to 'mozilla-1253216.patch')
-rw-r--r-- | mozilla-1253216.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mozilla-1253216.patch b/mozilla-1253216.patch new file mode 100644 index 0000000..6de0720 --- /dev/null +++ b/mozilla-1253216.patch @@ -0,0 +1,12 @@ +diff -up firefox-45.0/firefox-45.0/js/src/jit/AtomicOperations.h.old firefox-45.0/firefox-45.0/js/src/jit/AtomicOperations.h +--- firefox-45.0/firefox-45.0/js/src/jit/AtomicOperations.h.old 2016-03-01 09:45:01.000000000 +0100 ++++ firefox-45.0/firefox-45.0/js/src/jit/AtomicOperations.h 2016-03-03 13:13:34.915015391 +0100 +@@ -305,7 +305,7 @@ AtomicOperations::isLockfree(int32_t siz + || defined(__ppc__) || defined(__PPC__) + # include "jit/none/AtomicOperations-ppc.h" + #elif defined(JS_CODEGEN_NONE) +-# include "jit/none/AtomicOperations-none.h" ++# include "jit/none/AtomicOperations-ppc.h" + #elif defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64) + # include "jit/x86-shared/AtomicOperations-x86-shared.h" + #else |