diff options
Diffstat (limited to 'sst49lfxxxc.c')
-rw-r--r-- | sst49lfxxxc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sst49lfxxxc.c b/sst49lfxxxc.c index bb215591..3d17b5b6 100644 --- a/sst49lfxxxc.c +++ b/sst49lfxxxc.c @@ -41,7 +41,7 @@ static int write_lockbits_49lfxxxc(struct flashctx *flash, unsigned char bits) unsigned int i, left = flash->chip->total_size * 1024; unsigned long address; - msg_cdbg("\nbios=0x%08lx\n", registers); + msg_cdbg("\nbios=0x%08" PRIxPTR "\n", registers); for (i = 0; left > 65536; i++, left -= 65536) { write_lockbits_block_49lfxxxc(flash, i * 65536, bits); } |