Fix typo for OP_SETIDX

This commit is contained in:
dearblue
2021-10-09 13:36:19 +09:00
parent bec074e6a3
commit e8205ec906
+1 -1
View File
@@ -1273,7 +1273,7 @@ RETRY_TRY_BLOCK:
}
CASE(OP_SETIDX, B) {
c = 1;
c = 2;
mid = MRB_OPSYM(aset);
goto L_SEND_SYM;
}