FreeCalypso > hg > freecalypso-hwlab
comparison simtool/pbdump.c @ 106:66f04193a906
fc-simtool: pb-dump: forgot newline at the end of record
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 25 Jan 2021 06:03:58 +0000 |
| parents | b1bf0ec6fff5 |
| children | a6de34816297 |
comparison
equal
deleted
inserted
replaced
| 105:b1bf0ec6fff5 | 106:66f04193a906 |
|---|---|
| 102 if (fixp[12] != 0xFF) | 102 if (fixp[12] != 0xFF) |
| 103 fprintf(outf, "CCP=%u ", fixp[12]); | 103 fprintf(outf, "CCP=%u ", fixp[12]); |
| 104 if (fixp[13] != 0xFF) | 104 if (fixp[13] != 0xFF) |
| 105 fprintf(outf, "EXT=%u ", fixp[12]); | 105 fprintf(outf, "EXT=%u ", fixp[12]); |
| 106 print_alpha_field(sim_resp_data, textlen, outf); | 106 print_alpha_field(sim_resp_data, textlen, outf); |
| 107 putc('\n', outf); | |
| 107 } | 108 } |
| 108 | 109 |
| 109 cmd_pb_dump(argc, argv) | 110 cmd_pb_dump(argc, argv) |
| 110 char **argv; | 111 char **argv; |
| 111 { | 112 { |
