Skip to content

Commit

Permalink
Correct number in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com>
  • Loading branch information
XrXr and k0kubun committed Jul 12, 2023
1 parent 2cc37c8 commit 7ff2953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7ff2953

Please sign in to comment.