aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm64.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_asm_arm64.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lj_asm_arm64.h b/src/lj_asm_arm64.h
index dde52347..bb972ad1 100644
--- a/src/lj_asm_arm64.h
+++ b/src/lj_asm_arm64.h
@@ -1858,6 +1858,12 @@ static void asm_loop_fixup(ASMState *as)
1858 } 1858 }
1859} 1859}
1860 1860
1861/* Fixup the tail of the loop. */
1862static void asm_loop_tail_fixup(ASMState *as)
1863{
1864 UNUSED(as); /* Nothing to do. */
1865}
1866
1861/* -- Head of trace ------------------------------------------------------- */ 1867/* -- Head of trace ------------------------------------------------------- */
1862 1868
1863/* Reload L register from g->cur_L. */ 1869/* Reload L register from g->cur_L. */