mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
OP_APOST local variable display was wrong
This commit is contained in:
+1
-1
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user