Skip to content

Commit

Permalink
Comply with CHERI-architecture reserved RISC-V opcodes for tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwattash committed Nov 30, 2021
1 parent 360b547 commit 133c050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/riscv/insn_trans/trans_rvi.c.inc
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static bool trans_slti(DisasContext *ctx, arg_slti *a)
gen_helper_qemu_log_instr_stop(cpu_env, tpc);
ctx->base.is_jmp = DISAS_NORETURN;
break;
case 0x30:
case 0x2f:
gen_helper_riscv_log_instr_event(cpu_env, tpc);
break;
}
Expand Down

0 comments on commit 133c050

Please sign in to comment.