summaryrefslogtreecommitdiff
path: root/waterfox/build-cacheFlush-missing.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-04-17 14:40:22 +0000
committerB Stack <bgstack15@gmail.com>2019-04-17 14:40:22 +0000
commit0ac673f30cefe3f6acbdcca177505d8c4a89f8dd (patch)
tree0024cc9509ab6f1a93d2ce18a1a118b49dacb926 /waterfox/build-cacheFlush-missing.patch
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentwaterfox: WIP do not use pinned rust (diff)
downloadstackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.gz
stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.tar.bz2
stackrpms-0ac673f30cefe3f6acbdcca177505d8c4a89f8dd.zip
Merge branch 'waterfox-rpm' into 'master'
Waterfox 56.2.8 See merge request bgstack15/stackrpms!53
Diffstat (limited to 'waterfox/build-cacheFlush-missing.patch')
-rw-r--r--waterfox/build-cacheFlush-missing.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/waterfox/build-cacheFlush-missing.patch b/waterfox/build-cacheFlush-missing.patch
deleted file mode 100644
index 51c368c..0000000
--- a/waterfox/build-cacheFlush-missing.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up firefox-55.0.3/js/src/jit/ExecutableAllocator.h.wasm firefox-55.0.3/js/src/jit/ExecutableAllocator.h
---- firefox-55.0.3/js/src/jit/ExecutableAllocator.h.wasm 2017-09-05 11:32:12.235909468 +0200
-+++ firefox-55.0.3/js/src/jit/ExecutableAllocator.h 2017-09-05 11:32:46.157916575 +0200
-@@ -219,7 +219,7 @@ class ExecutableAllocator
-
- static void poisonCode(JSRuntime* rt, JitPoisonRangeVector& ranges);
-
--#if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64) || defined(JS_SIMULATOR_ARM64)
-+#if defined(JS_CODEGEN_X86) || defined(JS_CODEGEN_X64) || defined(JS_SIMULATOR_ARM64) || defined(JS_CODEGEN_NONE)
- static void cacheFlush(void*, size_t)
- {
- }
-diff -up firefox-55.0.3/js/src/jit-test/tests/wasm/bench/wasm_box2d.wasm firefox-55.0.3/js/src/jit-test/tests/wasm/bench/wasm_box2d
bgstack15