Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2014-08-05 20:18:20 +02:00

View File

@@ -137,6 +137,7 @@ static int ffi_index_meta(lua_State *L, CTState *cts, CType *ct, MMS mm)
return 0; return 0;
} }
} }
copyTV(L, base, L->top);
tv = L->top-1; tv = L->top-1;
} }
return lj_meta_tailcall(L, tv); return lj_meta_tailcall(L, tv);