On 15/5/26 20:04, Anton Johansson via qemu development wrote:
The corresponding field CPUArchState::resetvec is uint64_t anyway, no need to use target_ulong.Signed-off-by: Anton Johansson <[email protected]> --- target/riscv/cpu.h | 2 +- target/riscv/cpu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
