aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_asm_arm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lj_asm_arm.h b/src/lj_asm_arm.h
index 96703d7d..6cfe5c70 100644
--- a/src/lj_asm_arm.h
+++ b/src/lj_asm_arm.h
@@ -2129,6 +2129,12 @@ static void asm_loop_fixup(ASMState *as)
2129 } 2129 }
2130} 2130}
2131 2131
2132/* Fixup the tail of the loop. */
2133static void asm_loop_tail_fixup(ASMState *as)
2134{
2135 UNUSED(as); /* Nothing to do. */
2136}
2137
2132/* -- Head of trace ------------------------------------------------------- */ 2138/* -- Head of trace ------------------------------------------------------- */
2133 2139
2134/* Reload L register from g->cur_L. */ 2140/* Reload L register from g->cur_L. */