1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-27 20:51:17 +00:00

Add an extra line break

Mostly for vim to make it easier to skip over blocks with '}'.
This commit is contained in:
Peter Evans 2018-01-19 19:14:59 -06:00
parent a9cf25853d
commit 103a188faf

View File

@ -351,7 +351,7 @@ mos6502_dis_opcode(mos6502 *cpu, FILE *stream, int address)
s_label, s_inst, s_oper, s_state, s_bytes);
if (mos6502_would_jump(inst_code)) {
fprintf(stream, ";;;\n");
fprintf(stream, ";;;\n\n");
}
// The expected number of bytes here is for the operand, but we need