aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_asm_ppc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lj_asm_ppc.h b/src/lj_asm_ppc.h
index c27ee71c..f5cedd6a 100644
--- a/src/lj_asm_ppc.h
+++ b/src/lj_asm_ppc.h
@@ -2157,6 +2157,12 @@ static void asm_loop_fixup(ASMState *as)
2157 } 2157 }
2158} 2158}
2159 2159
2160/* Fixup the tail of the loop. */
2161static void asm_loop_tail_fixup(ASMState *as)
2162{
2163 UNUSED(as); /* Nothing to do. */
2164}
2165
2160/* -- Head of trace ------------------------------------------------------- */ 2166/* -- Head of trace ------------------------------------------------------- */
2161 2167
2162/* Coalesce BASE register for a root trace. */ 2168/* Coalesce BASE register for a root trace. */