Skip to content

Commit 0a6e250

Browse files
committed
English
1 parent fbb1ce1 commit 0a6e250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yjit_codegen.c

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

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

0 commit comments

Comments
 (0)