From 91102985e0953d85c5e61432c3be3caf476dab5c Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 30 Jan 2018 13:08:53 +0100 Subject: Fixed typo at startup script, removed unused patches --- build-jit-CodeAlignment.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 build-jit-CodeAlignment.patch (limited to 'build-jit-CodeAlignment.patch') 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); - -- cgit