OP_APOST local variable display was wrong

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-11-26 00:42:40 +09:00
parent 553b9df306
commit c424892c5e
+1 -1
View File
@@ -3021,7 +3021,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
break;
case OP_APOST:
printf("OP_APOST\tR%d\t%d\t%d", GETARG_A(c), GETARG_B(c), GETARG_C(c));
print_lv(mrb, irep, c, RAB);
print_lv(mrb, irep, c, RA);
break;
case OP_STRING:
{