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