On 1/20/24 00:40, Anton Johansson wrote:
@@ -815,12 +815,13 @@ void tlb_flush_range_by_mmuidx(CPUState *cpu, vaddr addr, unsigned bits) { TLBFlushRangeData d; + const unsigned long_bits = (tcg_ctx->addr_type == TCG_TYPE_I32) ? 32 : 64;
No, this value isn't initialized at the correct time. We are out of scope here. r~