diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-02-22 09:38:20 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2016-02-22 09:38:20 +0900 |
| commit | 81acbd2dd1f7bf2462dc4e7ea064da125f160fd3 (patch) | |
| tree | e5b45c658fa846e50c1ef751c22b1309e24beff8 /src | |
| parent | cf5ca03676e59f28fbc89774d61721f64f52fdf5 (diff) | |
| download | mruby-81acbd2dd1f7bf2462dc4e7ea064da125f160fd3.tar.gz mruby-81acbd2dd1f7bf2462dc4e7ea064da125f160fd3.zip | |
cosmetic change for OP_EQ
Diffstat (limited to 'src')
| -rw-r--r-- | src/codedump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codedump.c b/src/codedump.c index 2615488ef..4b13d4361 100644 --- a/src/codedump.c +++ b/src/codedump.c @@ -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; |
