qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v3 14/14] target/riscv: Compute mstatus.sd on demand


From: Alistair Francis
Subject: Re: [PATCH v3 14/14] target/riscv: Compute mstatus.sd on demand
Date: Mon, 18 Oct 2021 14:52:42 +1000

On Sun, Oct 17, 2021 at 3:32 AM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The position of this read-only field is dependent on the
> current cpu width.  Rather than having to compute that
> difference in many places, compute it only on read.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

This means that the value reported by riscv_cpu_dump_state() and GDB
will both be incorrect though?

Alistair



reply via email to

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