summaryrefslogtreecommitdiff
path: root/mozilla-1253216.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-03-17 21:46:39 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-03-17 21:46:39 -0700
commit96796895e0d1dddff82529c1d8a2c27fcefbeee4 (patch)
treec68f77e8b4b9976d81ac0b2f7fca9e8df6ac097e /mozilla-1253216.patch
parentUpdated to 57.0.4 (diff)
downloadiceweasel-96796895e0d1dddff82529c1d8a2c27fcefbeee4.tar.xz
Updated to 59.0
Diffstat (limited to 'mozilla-1253216.patch')
-rw-r--r--mozilla-1253216.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/mozilla-1253216.patch b/mozilla-1253216.patch
deleted file mode 100644
index c9252da..0000000
--- a/mozilla-1253216.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up firefox-48.0/js/src/jit/AtomicOperations.h.old firefox-48.0/js/src/jit/AtomicOperations.h
---- firefox-48.0/js/src/jit/AtomicOperations.h.old 2016-07-27 09:42:43.148175449 +0200
-+++ firefox-48.0/js/src/jit/AtomicOperations.h 2016-07-27 09:41:13.000000000 +0200
-@@ -340,7 +340,7 @@ AtomicOperations::isLockfree(int32_t siz
- # elif defined(__aarch64__)
- # include "jit/arm64/AtomicOperations-arm64.h"
- # else
--# include "jit/none/AtomicOperations-none.h" // These MOZ_CRASH() always
-+# include "jit/none/AtomicOperations-ppc.h"
- # endif
- #elif defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64)
- # include "jit/x86-shared/AtomicOperations-x86-shared.h"