mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
More fixes this almost compiles.. maybe.
More fixes this almost compiles.. maybe.
This commit is contained in:
parent
6e94da4f21
commit
6b98f83b3a
4 changed files with 12 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ MIRGenerator::MIRGenerator(CompileCompartment* compartment, const JitCompileOpti
|
|||
instrumentedProfiling_(false),
|
||||
instrumentedProfilingIsCached_(false),
|
||||
safeForMinorGC_(true),
|
||||
stringsCanBeInNursery_(GetJitContext()->runtime()->canNurseryAllocateStrings() : false),
|
||||
stringsCanBeInNursery_(compartment ? compartment->zone()->canNurseryAllocateStrings() : false),
|
||||
minWasmHeapLength_(0),
|
||||
options(options),
|
||||
gs_(alloc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue