Turn TValue setter macros into inline functions.

This commit is contained in:
Mike Pall
2010-04-26 00:28:44 +02:00
parent 41379126a2
commit 28cfccf748
5 changed files with 127 additions and 118 deletions

View File

@@ -235,7 +235,7 @@ LJLIB_CF(jit_util_funck)
} else {
if (~idx < (ptrdiff_t)pt->sizekgc) {
GCobj *gc = proto_kgc(pt, idx);
setgcV(L, L->top-1, &gc->gch, ~gc->gch.gct);
setgcV(L, L->top-1, gc, ~gc->gch.gct);
return 1;
}
}