From bca5da8849fb3585be86ddb2463f3b6d3a9d63f3 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 19 May 2015 02:25:16 +0200 Subject: Fix for last commit. --- src/lj_record.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/lj_record.c b/src/lj_record.c index 583f80aa..19eff723 100644 --- a/src/lj_record.c +++ b/src/lj_record.c @@ -1171,6 +1171,7 @@ static void rec_idx_bump(jit_State *J, RecordIndex *ix) if (tvisnil(o)) settabV(J->L, o, tpl); } lj_tab_resize(J->L, tpl, tb->asize, nhbits); + node = noderef(tpl->node); hmask = tpl->hmask; for (i = 0; i <= hmask; i++) { /* This is safe, since template tables only hold immutable values. */ -- cgit v1.2.3-55-g6feb