From 623f544c1f83d80d0dd3bbba6b8be3f5ede39981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 12 Apr 2021 08:32:48 +0700 Subject: [PATCH] mozjs78: fix new patch --- srcpkgs/mozjs78/patches/build-non-jit-32bit.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mozjs78/patches/build-non-jit-32bit.patch b/srcpkgs/mozjs78/patches/build-non-jit-32bit.patch index e3938fe8780..a1ba0bd8662 100644 --- a/srcpkgs/mozjs78/patches/build-non-jit-32bit.patch +++ b/srcpkgs/mozjs78/patches/build-non-jit-32bit.patch @@ -1,8 +1,8 @@ On 32-bit systems without JIT, the GC doesn't like 4-byte alignment, so enforce a stricter one. ---- js/src/jit/none/MacroAssembler-none.h.orig 2021-04-12 00:05:00.691183973 +0200 -+++ js/src/jit/none/MacroAssembler-none.h 2021-04-12 00:05:10.336183909 +0200 +--- a/js/src/jit/none/MacroAssembler-none.h ++++ b/js/src/jit/none/MacroAssembler-none.h @@ -100,7 +100,7 @@ static constexpr Register WasmTlsReg{Reg static constexpr Register WasmJitEntryReturnScratch{Registers::invalid_reg};