Skip to content

Commit 0b6cee7

Browse files
authored
ZJIT: Stop padding side exits (ruby#13295)
1 parent 64944cf commit 0b6cee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zjit/src/backend/lir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ impl Assembler
16781678
asm_comment!(asm, "side exit: {state}");
16791679
asm.ccall(Self::rb_zjit_side_exit as *const u8, vec![]);
16801680
asm.compile(cb)?;
1681-
*target = Target::CodePtr(side_exit_ptr);
1681+
*target = Target::SideExitPtr(side_exit_ptr);
16821682
}
16831683
}
16841684
}

0 commit comments

Comments
 (0)