[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 14/40] target/arm: Recover 4 bits from TBFLAGs
From: |
Alex Bennée |
Subject: |
Re: [PATCH v4 14/40] target/arm: Recover 4 bits from TBFLAGs |
Date: |
Wed, 04 Dec 2019 15:53:10 +0000 |
User-agent: |
mu4e 1.3.5; emacs 27.0.50 |
Richard Henderson <address@hidden> 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
- Re: [PATCH v4 09/40] target/arm: Rename ARMMMUIdx_S2NS to ARMMMUIdx_Stage2, (continued)
[PATCH v4 16/40] target/arm: Rearrange ARMMMUIdxBit, Richard Henderson, 2019/12/02
[PATCH v4 26/40] target/arm: Update define_one_arm_cp_reg_with_opaque for VHE, Richard Henderson, 2019/12/02
Re: [PATCH v4 26/40] target/arm: Update define_one_arm_cp_reg_with_opaque for VHE, Peter Maydell, 2019/12/06