FFI: Parse complex and 64 bit integer literals.

This commit is contained in:
Mike Pall
2010-12-24 01:31:39 +01:00
parent 4850865c57
commit 461bf77331
14 changed files with 305 additions and 112 deletions

View File

@@ -1863,6 +1863,11 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop, int cmov, int sse)
case BC_KSTR:
dasm_put(Dst, 10534, LJ_TSTR);
break;
case BC_KCDATA:
#if LJ_HASFFI
dasm_put(Dst, 10534, LJ_TCDATA);
#endif
break;
case BC_KSHORT:
if (sse) {
dasm_put(Dst, 10569);