Re: [PATCH v2 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()

2024-05-26 Thread Alistair Francis
On Sat, May 18, 2024 at 6:32 AM Daniel Henrique Barboza wrote: > > Hi, > > In this v2 'reg_width' was renamed to 'bitsize' to provide a bit more > clarity about what's the value type of the variable. It is the same name > used by riscv_gen_dynamic_csr_feature() for a variable that has the same >

[PATCH v2 0/1] riscv, gdbstub.c: fix reg_width in ricsv_gen_dynamic_vector_feature()

2024-05-17 Thread Daniel Henrique Barboza
Hi, In this v2 'reg_width' was renamed to 'bitsize' to provide a bit more clarity about what's the value type of the variable. It is the same name used by riscv_gen_dynamic_csr_feature() for a variable that has the same purpose. The variable rename was suggested by Alex in v1. Changes from v1: -