On 8/17/20 1:49 AM, [email protected] wrote: > From: Frank Chang <[email protected]> > > Replace ETYPE from signed int to unsigned int to prevent index overflow > issue, which would lead to wrong index address. > > Signed-off-by: Frank Chang <[email protected]> > --- > target/riscv/vector_helper.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
