Code cleanup

This commit is contained in:
Pierre Pronchery 2011-09-07 23:28:23 +00:00
parent aa865b0703
commit 80667472f5

View File

@ -437,7 +437,7 @@ int code_print(Code * code, ArchInstructionCall * call)
printf(" %02x", u8);
}
for(; i < 8; i++)
printf(" ");
fputs(" ", stdout);
printf(" %-12s", call->name);
for(i = 0; i < call->operands_cnt; i++)
{