[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH 03/17] target/arm: Add MTE system registers
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] [PATCH 03/17] target/arm: Add MTE system registers |
Date: |
Mon, 11 Feb 2019 09:43:27 +0000 |
On Sun, 10 Feb 2019 at 22:47, Richard Henderson
<address@hidden> wrote:
>
> On 2/10/19 1:40 PM, Peter Maydell wrote:
> >> Actually, we already break the TB here by default.
> >
> > Do we? I didn't see any code (apart from the handling
> > in the DAIFSet/Clear codepaths, which aren't used for TCO).
>
> At the start of the function:
>
> /* End the TB by default, chaining is ok. */
> s->base.is_jmp = DISAS_TOO_MANY;
...that's only in the v2 patchset which you hadn't posted yet :-)
-- PMM