On 10/1/25 12:32 AM, Anton Johansson wrote:
uint32_t is already in use in most places storing misa extensions such as CPUArchState::misa_exts, RISCVCPUProfile::misa_exts, RISCVImpliedExtsRule::implied_misa_exts. Additionally. the field is already migrated as uint32_t.Signed-off-by: Anton Johansson <[email protected]> --- target/riscv/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
