diff options
Diffstat (limited to 'src/lj_bcwrite.c')
-rw-r--r-- | src/lj_bcwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_bcwrite.c b/src/lj_bcwrite.c index 4ea868a0..27f08fe8 100644 --- a/src/lj_bcwrite.c +++ b/src/lj_bcwrite.c | |||
@@ -164,7 +164,7 @@ static void bcwrite_kgc(BCWriteCtx *ctx, GCproto *pt) | |||
164 | tp = BCDUMP_KGC_CHILD; | 164 | tp = BCDUMP_KGC_CHILD; |
165 | #if LJ_HASFFI | 165 | #if LJ_HASFFI |
166 | } else if (o->gch.gct == ~LJ_TCDATA) { | 166 | } else if (o->gch.gct == ~LJ_TCDATA) { |
167 | CTypeID id = gco2cd(o)->typeid; | 167 | CTypeID id = gco2cd(o)->ctypeid; |
168 | need = 1+4*5; | 168 | need = 1+4*5; |
169 | if (id == CTID_INT64) { | 169 | if (id == CTID_INT64) { |
170 | tp = BCDUMP_KGC_I64; | 170 | tp = BCDUMP_KGC_I64; |