aboutsummaryrefslogtreecommitdiff
path: root/src/lj_asm_arm64.h
diff options
context:
space:
mode:
authorMike Pall <mike>2021-09-19 16:09:48 +0200
committerMike Pall <mike>2021-09-19 16:09:48 +0200
commitf2d333c1ac0f33fe5a7386d4e66f0f6c57c2616e (patch)
tree5864c58bf82417de940bcce64767d1212fdcb429 /src/lj_asm_arm64.h
parent8ff09d9f5ad5b037926be2a50dc32b681c5e7597 (diff)
downloadluajit-f2d333c1ac0f33fe5a7386d4e66f0f6c57c2616e.tar.gz
luajit-f2d333c1ac0f33fe5a7386d4e66f0f6c57c2616e.tar.bz2
luajit-f2d333c1ac0f33fe5a7386d4e66f0f6c57c2616e.zip
MIPS: Fix trace linking.
Diffstat (limited to 'src/lj_asm_arm64.h')
-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. */