diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_asm_x86.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lj_asm_x86.h b/src/lj_asm_x86.h index c8ed46d2..3c934c31 100644 --- a/src/lj_asm_x86.h +++ b/src/lj_asm_x86.h | |||
@@ -2863,6 +2863,12 @@ static void asm_loop_fixup(ASMState *as) | |||
2863 | } | 2863 | } |
2864 | } | 2864 | } |
2865 | 2865 | ||
2866 | /* Fixup the tail of the loop. */ | ||
2867 | static void asm_loop_tail_fixup(ASMState *as) | ||
2868 | { | ||
2869 | UNUSED(as); /* Nothing to do. */ | ||
2870 | } | ||
2871 | |||
2866 | /* -- Head of trace ------------------------------------------------------- */ | 2872 | /* -- Head of trace ------------------------------------------------------- */ |
2867 | 2873 | ||
2868 | /* Coalesce BASE register for a root trace. */ | 2874 | /* Coalesce BASE register for a root trace. */ |