mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
x86/x64: More interpreter cleanups.
This commit is contained in:
parent
c0aaf271c8
commit
c99439b3be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user