x86/x64: More interpreter cleanups.

This commit is contained in:
Mike Pall 2012-06-11 00:49:24 +02:00
parent c0aaf271c8
commit c99439b3be

View File

@ -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) {
|.if not FFI
|3:
}
|.endif
} else {
if (!LJ_HASFFI) {
|.if not FFI
|3:
}
|.endif
|2: // NE: Branch to the target.
| movzx RD, PC_RD
| branchPC RD