mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
align codedump output for OP_JMP
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
|
||||
print_lv(mrb, irep, c, RA);
|
||||
break;
|
||||
case OP_JMP:
|
||||
printf("OP_JMP\t\t%03d\n", i+GETARG_sBx(c));
|
||||
printf("OP_JMP\t%03d\n", i+GETARG_sBx(c));
|
||||
break;
|
||||
case OP_JMPIF:
|
||||
printf("OP_JMPIF\tR%d\t%03d\n", GETARG_A(c), i+GETARG_sBx(c));
|
||||
|
||||
Reference in New Issue
Block a user