Skip to content

Commit 0e5f7c4

Browse files
st0012k0kubun
andauthored
Update zjit/src/codegen.rs
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
1 parent 5cf4807 commit 0e5f7c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zjit/src/codegen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ fn gen_push_frame(asm: &mut Assembler, argc: usize, state: &FrameState, frame: C
17071707
asm.mov(cfp_opnd(RUBY_OFFSET_CFP_BLOCK_CODE), 0.into());
17081708
}
17091709

1710-
// Stack overflow check: fails if CFP<=SP at any point in the callee.
1710+
/// Stack overflow check: fails if CFP<=SP at any point in the callee.
17111711
fn gen_stack_overflow_check(jit: &mut JITState, asm: &mut Assembler, state: &FrameState, stack_growth: usize) {
17121712
asm_comment!(asm, "stack overflow check");
17131713
// vm_push_frame() checks it against a decremented cfp, and CHECK_VM_STACK_OVERFLOW0

0 commit comments

Comments
 (0)