FreeCalypso > hg > freecalypso-sw
comparison loadtools/chainload.c @ 44:5ca0ad4003a0
fc-xram: cosmetic fix
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 17 Jun 2013 07:32:29 +0000 |
| parents | 5da0cbee2b89 |
| children | 604648026e9c |
comparison
equal
deleted
inserted
replaced
| 43:eee03b6ac615 | 44:5ca0ad4003a0 |
|---|---|
| 88 fprintf(stderr, | 88 fprintf(stderr, |
| 89 "%s line %d: S7 without any preceding S3 data records\n", | 89 "%s line %d: S7 without any preceding S3 data records\n", |
| 90 xramimage.filename, xramimage.lineno); | 90 xramimage.filename, xramimage.lineno); |
| 91 exit(1); | 91 exit(1); |
| 92 } | 92 } |
| 93 printf("Sending jump command\n"); | |
| 93 sprintf(srecarg, "%lX", (u_long) xramimage.addr); | 94 sprintf(srecarg, "%lX", (u_long) xramimage.addr); |
| 94 argv[0] = "jump"; | 95 argv[0] = "jump"; |
| 95 tpinterf_make_cmd(argv); | 96 tpinterf_make_cmd(argv); |
| 96 if (tpinterf_send_cmd()) | 97 if (tpinterf_send_cmd()) |
| 97 exit(1); | 98 exit(1); |
