On 2/16/23 11:55, Daniel Henrique Barboza wrote:
We're going to do changes that requires accessing the RISCVCPUConfig struct from the RISCVCPU, having access only to a CPURISCVState 'env' pointer. Add a helper to make the code easier to read.Signed-off-by: Daniel Henrique Barboza<[email protected]> --- target/riscv/cpu.h | 5 +++++ 1 file changed, 5 insertions(+)
Reviewed-by: Richard Henderson <[email protected]> r~
