mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
cosmetic change for OP_EQ
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
|
||||
GETARG_C(c));
|
||||
break;
|
||||
case OP_EQ:
|
||||
printf("OP_EQ\tR%d\t:%s\t%d\n", GETARG_A(c),
|
||||
printf("OP_EQ\t\tR%d\t:%s\t%d\n", GETARG_A(c),
|
||||
mrb_sym2name(mrb, irep->syms[GETARG_B(c)]),
|
||||
GETARG_C(c));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user