On 10/1/25 12:32 AM, Anton Johansson wrote:
The priv field of CPUArchState only stores values in the range [0,3], fix to 8 bits in size and update relevant function arguments.Signed-off-by: Anton Johansson <[email protected]> --- target/riscv/cpu.h | 8 ++++---- target/riscv/cpu_helper.c | 10 +++++----- target/riscv/machine.c | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
