Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
codedump.c: OP_POPERR does not have register access.
  • Loading branch information
matz committed Feb 8, 2017
1 parent 7eebbce commit be550f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/codedump.c
Expand Up @@ -416,8 +416,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
print_lv(mrb, irep, c, RA);
break;
case OP_POPERR:
printf("OP_POPERR\t%d\t\t", GETARG_A(c));
print_lv(mrb, irep, c, RA);
printf("OP_POPERR\t%d\t\t\n", GETARG_A(c));
break;
case OP_EPOP:
printf("OP_EPOP\t%d\n", GETARG_A(c));
Expand Down

0 comments on commit be550f0

Please sign in to comment.