Re: [PATCH 2/5] target/rx: Set exception vector base to 0xffffff80

2025-02-15 Thread Richard Henderson
On 2/14/25 18:16, Keith Packard via wrote: The documentation says the vector is at 0xff80, instead of the previous value of 0xffc0. 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 --

[PATCH 2/5] target/rx: Set exception vector base to 0xffffff80

2025-02-14 Thread Keith Packard via
The documentation says the vector is at 0xff80, instead of the previous value of 0xffc0. 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 --- target/rx/helper.c | 2 +- 1 file changed,