diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1273,7 +1273,7 @@ RETRY_TRY_BLOCK: } CASE(OP_SETIDX, B) { - c = 1; + c = 2; mid = MRB_OPSYM(aset); goto L_SEND_SYM; } |
