aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm_x64win.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/buildvm_x64win.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buildvm_x64win.h b/src/buildvm_x64win.h
index e855ca8b..94dbe50f 100644
--- a/src/buildvm_x64win.h
+++ b/src/buildvm_x64win.h
@@ -1863,6 +1863,11 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop, int cmov, int sse)
1863 case BC_KSTR: 1863 case BC_KSTR:
1864 dasm_put(Dst, 10534, LJ_TSTR); 1864 dasm_put(Dst, 10534, LJ_TSTR);
1865 break; 1865 break;
1866 case BC_KCDATA:
1867#if LJ_HASFFI
1868 dasm_put(Dst, 10534, LJ_TCDATA);
1869#endif
1870 break;
1866 case BC_KSHORT: 1871 case BC_KSHORT:
1867 if (sse) { 1872 if (sse) {
1868 dasm_put(Dst, 10569); 1873 dasm_put(Dst, 10569);