mozjs78: fix new patch

This commit is contained in:
Đoàn Trần Công Danh 2021-04-12 08:32:48 +07:00
parent 316eb464ab
commit 623f544c1f

View file

@ -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};