Skip to content

Commit

Permalink
fix on M1 Max, unclear exactly why
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Oct 27, 2021
1 parent 220410a commit bd90068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qemu/accel/tcg/translate-all.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,7 @@ TranslationBlock *tb_gen_code(CPUState *cpu,
}

gen_code_buf = tcg_ctx->code_gen_ptr;
jit_write_protect(false);
tb->tc.ptr = gen_code_buf;
tb->pc = pc;
tb->cs_base = cs_base;
Expand Down

0 comments on commit bd90068

Please sign in to comment.