Skip to content

Commit

Permalink
added missing gen_tb_start for aarch64 (AFLplusplus#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk authored and dmitryya committed May 26, 2021
1 parent 89ce091 commit 5f00683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu/target-arm/translate-a64.c
Original file line number Diff line number Diff line change
Expand Up @@ -11093,6 +11093,7 @@ void gen_intermediate_code_internal_a64(ARMCPU *cpu,
size_t i;
for (i = 0; i < exit_count; i++) {
if (tb->pc == exits[i]) {
gen_tb_start(tcg_ctx);
dc->is_jmp = DISAS_WFI;
goto tb_end;
}
Expand Down

0 comments on commit 5f00683

Please sign in to comment.