Skip to content

Commit

Permalink
add gen_aflBBlock call for mips
Browse files Browse the repository at this point in the history
  • Loading branch information
noopwafel authored and mariusmue committed Jan 10, 2022
1 parent e0c0d2e commit a00b0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/mips/translate.c
Original file line number Diff line number Diff line change
Expand Up @@ -20701,6 +20701,7 @@ void gen_intermediate_code(CPUMIPSState *env, struct TranslationBlock *tb)
int is_slot;

pc_start = tb->pc;
gen_aflBBlock(pc_start);
next_page_start = (pc_start & TARGET_PAGE_MASK) + TARGET_PAGE_SIZE;
ctx.pc = pc_start;
ctx.saved_pc = -1;
Expand Down

0 comments on commit a00b0b0

Please sign in to comment.