qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v1 21/23] tcg: Add RISC-V cpu signal handler


From: Richard Henderson
Subject: Re: [Qemu-devel] [RFC v1 21/23] tcg: Add RISC-V cpu signal handler
Date: Fri, 16 Nov 2018 18:29:13 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 11/15/18 11:37 PM, Alistair Francis wrote:
> +    /* Detect store by reading the instruction at the program
> +       counter. Note: we currently only generate 32-bit
> +       instructions so we thus only detect 32-bit stores */

Actually, you need to handle what the compiler generates too.  So, if
__riscv_compressed is defined, you need to handle it.


r~



reply via email to

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