Fix off-by-one in comment [ci skip]
This commit is contained in:
parent
45fd006185
commit
3211b70545
@ -817,7 +817,7 @@ typedef struct rb_control_frame_struct {
|
||||
const void *block_code; /* cfp[5] / block[2] */ /* iseq or ifunc or forwarded block handler */
|
||||
|
||||
#if VM_DEBUG_BP_CHECK
|
||||
VALUE *bp_check; /* cfp[7] */
|
||||
VALUE *bp_check; /* cfp[6] */
|
||||
#endif
|
||||
// Return address for YJIT code
|
||||
void *jit_return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user