commit | 7610317f45159b620475aafc7a94c93b66eda7e2 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue Feb 18 13:21:00 2025 -0800 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 07 13:11:00 2025 +0000 |
tree | a1a7b5205f394ba1bd6f7f863814031a9659d70b | |
parent | 8881b691d2d3613e9d7ff596a46a451b393377a5 [diff] |
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>