From 8f66dd278b41577c7e46158950fb0cd65012ae2c Mon Sep 17 00:00:00 2001 From: dearblue Date: Sat, 24 Apr 2021 21:31:50 +0900 Subject: Fix annotations for inline iseq of `Class.new` [ci skip] --- src/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/class.c') diff --git a/src/class.c b/src/class.c index 33a65f7d6..47f02fbf3 100644 --- a/src/class.c +++ b/src/class.c @@ -2806,7 +2806,7 @@ static const mrb_code new_iseq[] = { OP_MOVE, 0x0, 0x3, /* OP_MOVE R0 R3 */ OP_MOVE, 0x4, 0x1, /* OP_MOVE R4 R1 */ OP_MOVE, 0x5, 0x2, /* OP_MOVE R5 R2 */ - OP_SENDVB, 0x3, 0x1, /* OP_SENDVB R4 :initialize */ + OP_SENDVB, 0x3, 0x1, /* OP_SENDVB R3 :initialize */ OP_RETURN, 0x0 /* OP_RETURN R0 */ }; -- cgit v1.2.3