Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6d3add

Browse files
tenderloveAshe Connor
andauthored
Update compile.c
Co-Authored-By: Ashe Connor <[email protected]>
1 parent 587e0cf commit a6d3add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3251,7 +3251,7 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj)
32513251
case idLength: SP_INSN(length); return COMPILE_OK;
32523252
case idSize: SP_INSN(size); return COMPILE_OK;
32533253
case idEmptyP: SP_INSN(empty_p);return COMPILE_OK;
3254-
case idNilP: SP_INSN(nil_p);return COMPILE_OK;
3254+
case idNilP: SP_INSN(nil_p); return COMPILE_OK;
32553255
case idSucc: SP_INSN(succ); return COMPILE_OK;
32563256
case idNot: SP_INSN(not); return COMPILE_OK;
32573257
}

0 commit comments

Comments
 (0)