Skip to content

Commit 93f7c3e

Browse files
committed
English
1 parent 31d75ea commit 93f7c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

yjit_codegen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ yjit_entry_prologue(void)
294294
mov(cb, REG_SP, member_opnd(REG_CFP, rb_control_frame_t, sp));
295295

296296
// Setup cfp->jit_return
297-
// TODO: this could use a IP relative LEA instead of an 8 byte immediate
297+
// TODO: this could use an IP relative LEA instead of an 8 byte immediate
298298
mov(cb, REG0, const_ptr_opnd(interp_exit));
299299
mov(cb, member_opnd(REG_CFP, rb_control_frame_t, jit_return), REG0);
300300

0 commit comments

Comments
 (0)