Signed-off-by: Alistair Francis <alistair.fran...@wdc.com> --- target/riscv/csr.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/target/riscv/csr.c b/target/riscv/csr.c index 11d184cd16..88cf0ff600 100644 --- a/target/riscv/csr.c +++ b/target/riscv/csr.c @@ -940,7 +940,6 @@ static int read_htinst(CPURISCVState *env, int csrno, target_ulong *val) static int write_htinst(CPURISCVState *env, int csrno, target_ulong val) { - env->htinst = val; return 0; } -- 2.26.2