qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH v3 2/4] target/arm: handle A-profile


From: Richard Henderson
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH v3 2/4] target/arm: handle A-profile semihosting at translate time
Date: Fri, 6 Sep 2019 11:05:51 -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 (semihosting_enabled() &&
> +#ifndef CONFIG_USER_ONLY
> +        s->current_el != 0 &&
> +#endif

!IS_USER(s).


r~



reply via email to

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