mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
codedump.c: OP_POPERR does not have register access.
This commit is contained in:
+1
-2
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user