qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/5] target-arm/translate.c: Don't use IS_M()


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH 3/5] target-arm/translate.c: Don't use IS_M()
Date: Tue, 4 Nov 2014 00:38:59 +0000

On 31 October 2014 13:42, Alex Bennée <address@hidden> wrote:
>
> Peter Maydell <address@hidden> writes:
>
>> Instead of using IS_M(), use arm_dc_feature(s, ARM_FEATURE_M), so we
>> don't need to pass CPUARMState pointers around the decoder.
>>
>> Signed-off-by: Peter Maydell <address@hidden>
>
> I almost wondered if it was killing of the IS_M macro and making direct
> calls in cpu.h and helper.c.

Yes, eventually, but one of the remaining uses is in
the code that one of the other series on list reworks,
so trying to do that here would have clashed, so I
deliberately didn't drop IS_M altogether yet.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]