qemu-devel
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 1/4] target/arm: handle M-profile semihosting at translate time
Date: Fri, 6 Sep 2019 11:03:59 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 9/6/19 8:47 AM, Alex Bennée wrote:
> +    if (arm_dc_feature(s, ARM_FEATURE_M) &&
> +        semihosting_enabled() &&
> +#ifndef CONFIG_USER_ONLY
> +        s->current_el != 0 &&
> +#endif

This last should be !IS_USER(s), no ifdef.


r~



reply via email to

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