On 05/24/2018 11:24 PM, Michael Clark wrote: > This patch enables mhpmcounter3h through mhpmcounter31h on RV32. > Previously the RV32 h versions (high 32-bits of 64-bit counters) > of these counters would trap with an illegal instruction instead > of returning 0 as intended. > > Reported-by: Richard Henderson <r...@twiddle.net> > Signed-off-by: Michael Clark <m...@sifive.com> > --- > target/riscv/op_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Fixes: Coverity CID 1390849 Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~