]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/rx: Set exception vector base to 0xffffff80
authorKeith Packard <keithp@keithp.com>
Tue, 18 Feb 2025 21:21:00 +0000 (13:21 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Mar 2025 13:11:00 +0000 (13:11 +0000)
commit7610317f45159b620475aafc7a94c93b66eda7e2
treea1a7b5205f394ba1bd6f7f863814031a9659d70b
parent8881b691d2d3613e9d7ff596a46a451b393377a5
target/rx: Set exception vector base to 0xffffff80

The documentation says the vector is at 0xffffff80, instead of the
previous value of 0xffffffc0. That value must have been a bug because
the standard vector values (20, 21, 23, 25, 30) were all
past the end of the array.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/rx/helper.c