Skip to content

Commit 973dd8a

Browse files
committed
riscv: actually add the gen_helper
1 parent 66bee70 commit 973dd8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target/riscv/translate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ static bool gen_logic_imm_fn(DisasContext *ctx, arg_i *a,
857857
// xori $0, $0, 0
858858
if ((a->rs1 == 0 && a->rd == 0 && a->imm == 0)
859859
&& func == tcg_gen_xori_tl){
860-
860+
gen_helper_panda_guest_hypercall();
861861
}
862862

863863
func(dest, src1, a->imm);

0 commit comments

Comments
 (0)