On 12/16/25 3:51 PM, Anton Johansson wrote:
The function depends on target_ulong and is via the pmu.h header exposed to hw/riscv, this function is only used internally in pmu.c and csr.c, so move it to the internal csr.h header.Signed-off-by: Anton Johansson <[email protected]> --- target/riscv/csr.h | 3 +++ target/riscv/pmu.h | 2 -- target/riscv/pmu.c | 1 +3 files changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
