diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vm_x86.dasc | 12 |
1 files changed, 6 insertions, 6 deletions
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) | |||
4041 | | movzx RD, PC_RD | 4041 | | movzx RD, PC_RD |
4042 | | branchPC RD | 4042 | | branchPC RD |
4043 | |2: // NE: Fallthrough to next instruction. | 4043 | |2: // NE: Fallthrough to next instruction. |
4044 | if (!LJ_HASFFI) { | 4044 | |.if not FFI |
4045 | |3: | 4045 | |3: |
4046 | } | 4046 | |.endif |
4047 | } else { | 4047 | } else { |
4048 | if (!LJ_HASFFI) { | 4048 | |.if not FFI |
4049 | |3: | 4049 | |3: |
4050 | } | 4050 | |.endif |
4051 | |2: // NE: Branch to the target. | 4051 | |2: // NE: Branch to the target. |
4052 | | movzx RD, PC_RD | 4052 | | movzx RD, PC_RD |
4053 | | branchPC RD | 4053 | | branchPC RD |