On 12/29/21 8:57 AM, Fabiano Rosas wrote:
The next patch will start accessing the excp_vectors array earlier in the function, so add a bounds check as first thing here.This converts the empty return on POWERPC_EXCP_NONE to an error. This exception number never reaches this function and if it does it probably means something else went wrong up the line. Signed-off-by: Fabiano Rosas <faro...@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~