From: Mike Pall Date: Sun, 10 Jun 2012 22:49:24 +0000 (+0200) Subject: x86/x64: More interpreter cleanups. X-Git-Tag: v2.0.0-beta11~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c99439b3be6104c48fc5c6139826466c8d7f356d;p=thirdparty%2FLuaJIT.git x86/x64: More interpreter cleanups. --- diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index 38b268d4..3520510a 100644 --- a/src/vm_x86.dasc +++ b/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