aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_x86.h')
-rw-r--r--src/buildvm_x86.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h
index 25e4cc8e..555fe67a 100644
--- a/src/buildvm_x86.h
+++ b/src/buildvm_x86.h
@@ -1982,6 +1982,11 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop, int cmov, int sse)
1982 case BC_KSTR: 1982 case BC_KSTR:
1983 dasm_put(Dst, 11907, LJ_TSTR); 1983 dasm_put(Dst, 11907, LJ_TSTR);
1984 break; 1984 break;
1985 case BC_KCDATA:
1986#if LJ_HASFFI
1987 dasm_put(Dst, 11907, LJ_TCDATA);
1988#endif
1989 break;
1985 case BC_KSHORT: 1990 case BC_KSHORT:
1986 if (sse) { 1991 if (sse) {
1987 dasm_put(Dst, 11940); 1992 dasm_put(Dst, 11940);