Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
added missing gen_tb_start for aarch64 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenukk committed May 6, 2021
1 parent 8a217c5 commit 3a8957f
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 3a8957f

Please sign in to comment.