On Thu, Jan 26, 2023 at 12:22 AM Alexandre Ghiti <[email protected]> wrote: > > This array is actually used as a boolean so swap its current char type > to a boolean and at the same time, change the type of validate_vm to > bool since it returns valid_vm_1_10_[32|64]. > > Suggested-by: Andrew Jones <[email protected]> > Signed-off-by: Alexandre Ghiti <[email protected]> > Reviewed-by: Andrew Jones <[email protected]> > Reviewed-by: Alistair Francis <[email protected]> > --- > target/riscv/csr.c | 21 +++++++++++---------- > 1 file changed, 11 insertions(+), 10 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
