mozjs78: fix new patch
This commit is contained in:
parent
316eb464ab
commit
623f544c1f
1 changed files with 2 additions and 2 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Reference in a new issue