Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target/rx: Use target_ulong for address in LI
Using int32_t meant that the address was sign-extended to uint64_t when passing to translator_ld*, triggering an assert. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2453 Signed-off-by: Richard Henderson <[email protected]> Tested-by: Thomas Huth <[email protected]>
- Loading branch information