Skip to content

Commit be550f0

Browse files
committed
codedump.c: OP_POPERR does not have register access.
1 parent 7eebbce commit be550f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/codedump.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
416416
print_lv(mrb, irep, c, RA);
417417
break;
418418
case OP_POPERR:
419-
printf("OP_POPERR\t%d\t\t", GETARG_A(c));
420-
print_lv(mrb, irep, c, RA);
419+
printf("OP_POPERR\t%d\t\t\n", GETARG_A(c));
421420
break;
422421
case OP_EPOP:
423422
printf("OP_EPOP\t%d\n", GETARG_A(c));

0 commit comments

Comments
 (0)