More fixes this almost compiles.. maybe.

More fixes this almost compiles.. maybe.
This commit is contained in:
win7-7 2026-01-05 06:03:50 +02:00 committed by wuggy
commit 6b98f83b3a
4 changed files with 12 additions and 4 deletions

View file

@ -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)