aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_crecord.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_crecord.c b/src/lj_crecord.c
index 9c93a6f1..0b73f440 100644
--- a/src/lj_crecord.c
+++ b/src/lj_crecord.c
@@ -596,7 +596,8 @@ again:
596 if (tref_isstr(idx)) goto again; 596 if (tref_isstr(idx)) goto again;
597 } 597 }
598 } 598 }
599 return crec_index_meta(J, cts, ct, rd); 599 crec_index_meta(J, cts, ct, rd);
600 return;
600 } 601 }
601 602
602 if (ofs) 603 if (ofs)