MIPS: Fix trace linking.

This commit is contained in:
Mike Pall
2021-09-19 16:09:48 +02:00
parent 8ff09d9f5a
commit f2d333c1ac
6 changed files with 33 additions and 3 deletions

View File

@@ -1858,6 +1858,12 @@ static void asm_loop_fixup(ASMState *as)
}
}
/* Fixup the tail of the loop. */
static void asm_loop_tail_fixup(ASMState *as)
{
UNUSED(as); /* Nothing to do. */
}
/* -- Head of trace ------------------------------------------------------- */
/* Reload L register from g->cur_L. */