Skip to content

Commit 3e13b7d

Browse files
committed
ZJIT: Fix land race
InvokeProc and HIR effects landed without an intermediate rebase so we got a conflict in the form of a type checker error (not handled new opcode in a new function).
1 parent 0e0fad1 commit 3e13b7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zjit/src/hir.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ impl Insn {
12051205
Insn::IncrCounter(_) => effects::Any,
12061206
Insn::IncrCounterPtr { .. } => effects::Any,
12071207
Insn::CheckInterrupts { .. } => effects::Any,
1208+
Insn::InvokeProc { .. } => effects::Any,
12081209
}
12091210
}
12101211

0 commit comments

Comments
 (0)