Richard Henderson <richard.hender...@linaro.org> writes:
> On 12/4/19 3:43 AM, Alex Bennée wrote: <snip> >>> void gen_intermediate_code(CPUState *cpu, TranslationBlock *tb, int >>> max_insns) >>> { >>> - DisasContext dc; >>> + DisasContext dc = { }; >> >> We seemed to have dropped an initialise here which seems unrelated. > > Added, not dropped. But is it related to this patch or fixing another bug? -- Alex Bennée