On 10/1/25 12:32 AM, Anton Johansson wrote:
geilen takes the values 31 or 63, fix it to 8 bits. hgeie and hgeip are at most 64 bits in size, fix to 64. Update relevant function arguments.Signed-off-by: Anton Johansson <[email protected]> --- target/riscv/cpu.h | 10 +++++----- target/riscv/cpu_helper.c | 4 ++-- target/riscv/machine.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
