mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
codedump.c: add indentation for OP_MOVE.
This commit is contained in:
+1
-1
@@ -156,7 +156,7 @@ codedump(mrb_state *mrb, const mrb_irep *irep)
|
||||
printf("NOP\n");
|
||||
break;
|
||||
CASE(OP_MOVE, BB):
|
||||
printf("MOVE\tR%d\tR%d\t", a, b);
|
||||
printf("MOVE\t\tR%d\tR%d\t", a, b);
|
||||
print_lv_ab(mrb, irep, a, b);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user