summaryrefslogtreecommitdiffhomepage
path: root/src/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm.c')
-rw-r--r--src/vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm.c b/src/vm.c
index 676e4d8bf..e675b594e 100644
--- a/src/vm.c
+++ b/src/vm.c
@@ -1281,7 +1281,7 @@ RETRY_TRY_BLOCK:
}
CASE(OP_SETIDX, B) {
- c = 1;
+ c = 2;
mid = MRB_OPSYM(aset);
goto L_SEND_SYM;
}