MIPS: Fix trace linking.
This commit is contained in:
@@ -2863,6 +2863,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 ------------------------------------------------------- */
|
||||
|
||||
/* Coalesce BASE register for a root trace. */
|
||||
|
||||
Reference in New Issue
Block a user