Переглянути джерело

x86/x64: More interpreter cleanups.

Mike Pall 13 роки тому
батько
коміт
c99439b3be
1 змінених файлів з 6 додано та 6 видалено
  1. 6 6
      src/vm_x86.dasc

+ 6 - 6
src/vm_x86.dasc

@@ -4041,13 +4041,13 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
       |  movzx RD, PC_RD
       |  branchPC RD
       |2:				// NE: Fallthrough to next instruction.
-      if (!LJ_HASFFI) {
-	|3:
-      }
+      |.if not FFI
+      |3:
+      |.endif
     } else {
-      if (!LJ_HASFFI) {
-	|3:
-      }
+      |.if not FFI
+      |3:
+      |.endif
       |2:				// NE: Branch to the target.
       |  movzx RD, PC_RD
       |  branchPC RD