Skip to content

Commit

Permalink
[cage] overlong line
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Mar 4, 2014
1 parent 960c532 commit a620924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compilers/imcc/debug.c
Expand Up @@ -300,7 +300,9 @@ dump_instructions(ARGMOD(imc_info_t * imcc), ARGIN(const IMC_Unit *unit))
ins->opsize, pc);
}
else {
Parrot_io_eprintf(imcc->interp, " \t \t ");
Parrot_io_eprintf(imcc->interp,
" \t \t"
" ");
}
IMCC_debug_ins(imcc, 0xffff, ins);
//Parrot_io_eprintf(imcc->interp, "%s\n", ins->opname);
Expand Down

0 comments on commit a620924

Please sign in to comment.