qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH v1 1/4] target/arm: handle M-profile


From: Alex Bennée
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v1 1/4] target/arm: handle M-profile semihosting at translate time
Date: Thu, 04 Jul 2019 11:21:54 +0100
User-agent: mu4e 1.3.2; emacs 26.1

Richard Henderson <address@hidden> writes:

> On 7/3/19 5:52 PM, Alex Bennée wrote:
>> +static inline void gen_thumb_bkpt(DisasContext *s, int imm8)
>> +{
>> +    if (arm_dc_feature(s, ARM_FEATURE_M) &&
>> +        semihosting_enabled() &&
>> +#ifndef CONFIG_USER_ONLY
>> +        s->current_el != 0 &&
>> +#endif
>> +        (imm8 == 0xab)) {
>
> Extra parenthesis.

The wrapping on imm8 == 0xab? Do you want that cleaned up on the other
patches as well?

> Otherwise,
> Reviewed-by: Richard Henderson <address@hidden>
>
>
> r~


--
Alex Bennée



reply via email to

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