diff options
-rw-r--r-- | src/lj_bcwrite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_bcwrite.c b/src/lj_bcwrite.c index ae90727e..4ea868a0 100644 --- a/src/lj_bcwrite.c +++ b/src/lj_bcwrite.c | |||
@@ -178,6 +178,7 @@ static void bcwrite_kgc(BCWriteCtx *ctx, GCproto *pt) | |||
178 | } else { | 178 | } else { |
179 | lua_assert(o->gch.gct == ~LJ_TTAB); | 179 | lua_assert(o->gch.gct == ~LJ_TTAB); |
180 | tp = BCDUMP_KGC_TAB; | 180 | tp = BCDUMP_KGC_TAB; |
181 | need = 1+2*5; | ||
181 | } | 182 | } |
182 | /* Write constant type. */ | 183 | /* Write constant type. */ |
183 | bcwrite_need(ctx, need); | 184 | bcwrite_need(ctx, need); |