Unverified Commit 07f805aa authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5556 from dearblue/setidx

Fix typo for `OP_SETIDX`
parents 87b673fc e8205ec9
...@@ -1273,7 +1273,7 @@ RETRY_TRY_BLOCK: ...@@ -1273,7 +1273,7 @@ RETRY_TRY_BLOCK:
} }
CASE(OP_SETIDX, B) { CASE(OP_SETIDX, B) {
c = 1; c = 2;
mid = MRB_OPSYM(aset); mid = MRB_OPSYM(aset);
goto L_SEND_SYM; goto L_SEND_SYM;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment