mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove comma from OP_ERR
This commit is contained in:
+1
-1
@@ -2310,7 +2310,7 @@ codedump(mrb_state *mrb, int n)
|
||||
printf("OP_TCLASS\tR%d\n", GETARG_A(c));
|
||||
break;
|
||||
case OP_ERR:
|
||||
printf("OP_ERR\t:L(%d)\n", GETARG_Bx(c));
|
||||
printf("OP_ERR\tL(%d)\n", GETARG_Bx(c));
|
||||
break;
|
||||
case OP_EPUSH:
|
||||
printf("OP_EPUSH\t:I(%d)\n", n+GETARG_Bx(c));
|
||||
|
||||
Reference in New Issue
Block a user