mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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,
|
On 32-bit systems without JIT, the GC doesn't like 4-byte alignment,
|
||||||
so enforce a stricter one.
|
so enforce a stricter one.
|
||||||
|
|
||||||
--- js/src/jit/none/MacroAssembler-none.h.orig 2021-04-12 00:05:00.691183973 +0200
|
--- a/js/src/jit/none/MacroAssembler-none.h
|
||||||
+++ js/src/jit/none/MacroAssembler-none.h 2021-04-12 00:05:10.336183909 +0200
|
+++ b/js/src/jit/none/MacroAssembler-none.h
|
||||||
@@ -100,7 +100,7 @@ static constexpr Register WasmTlsReg{Reg
|
@@ -100,7 +100,7 @@ static constexpr Register WasmTlsReg{Reg
|
||||||
static constexpr Register WasmJitEntryReturnScratch{Registers::invalid_reg};
|
static constexpr Register WasmJitEntryReturnScratch{Registers::invalid_reg};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue