summaryrefslogtreecommitdiff
path: root/build-jit-CodeAlignment.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-01-30 13:08:53 +0100
committerMartin Stransky <stransky@redhat.com>2018-01-30 13:08:53 +0100
commit91102985e0953d85c5e61432c3be3caf476dab5c (patch)
tree4665144e2d44ecba0eee220870c7f9ed20d92e86 /build-jit-CodeAlignment.patch
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-91102985e0953d85c5e61432c3be3caf476dab5c.tar.gz
librewolf-fedora-ff-91102985e0953d85c5e61432c3be3caf476dab5c.tar.bz2
librewolf-fedora-ff-91102985e0953d85c5e61432c3be3caf476dab5c.zip
Fixed typo at startup script, removed unused patches
Diffstat (limited to 'build-jit-CodeAlignment.patch')
-rw-r--r--build-jit-CodeAlignment.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/build-jit-CodeAlignment.patch b/build-jit-CodeAlignment.patch
deleted file mode 100644
index 0f0b10c..0000000
--- a/build-jit-CodeAlignment.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up firefox-58.0/js/src/jit/none/MacroAssembler-none.h.old firefox-58.0/js/src/jit/none/MacroAssembler-none.h
---- firefox-58.0/js/src/jit/none/MacroAssembler-none.h.old 2018-01-24 20:33:52.569147937 +0100
-+++ firefox-58.0/js/src/jit/none/MacroAssembler-none.h 2018-01-24 20:34:06.985088057 +0100
-@@ -88,7 +88,7 @@ static constexpr Register WasmTableCallI
- static constexpr Register WasmTlsReg { Registers::invalid_reg };
-
- static constexpr uint32_t ABIStackAlignment = 4;
--static constexpr uint32_t CodeAlignment = 4;
-+static constexpr uint32_t CodeAlignment = 8;
- static constexpr uint32_t JitStackAlignment = 8;
- static constexpr uint32_t JitStackValueAlignment = JitStackAlignment / sizeof(Value);
-
bgstack15