We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64944cf commit 0b6cee7Copy full SHA for 0b6cee7
zjit/src/backend/lir.rs
@@ -1678,7 +1678,7 @@ impl Assembler
1678
asm_comment!(asm, "side exit: {state}");
1679
asm.ccall(Self::rb_zjit_side_exit as *const u8, vec![]);
1680
asm.compile(cb)?;
1681
- *target = Target::CodePtr(side_exit_ptr);
+ *target = Target::SideExitPtr(side_exit_ptr);
1682
}
1683
1684
0 commit comments