summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
diff options
context:
space:
mode:
authorSpencer Oliver <ntfreak@users.sourceforge.net>2010-01-20 23:09:20 +0000
committerSpencer Oliver <ntfreak@users.sourceforge.net>2010-01-20 23:11:25 +0000
commitdbecb13b240867e12e43dba032a45891000bffe9 (patch)
treeab711ecf845a13767982f26f8247e3db03470e84 /src/target/mips_m4k.c
parent2a0c9b08d7ee0c1b0eb5b593d18f68d0c910927d (diff)
downloadopenocd+libswd-dbecb13b240867e12e43dba032a45891000bffe9.tar.gz
openocd+libswd-dbecb13b240867e12e43dba032a45891000bffe9.tar.bz2
openocd+libswd-dbecb13b240867e12e43dba032a45891000bffe9.tar.xz
openocd+libswd-dbecb13b240867e12e43dba032a45891000bffe9.zip
BUILD: remove cygwin gcc 3.4.4 build warnings
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/target/mips_m4k.c')
-rw-r--r--src/target/mips_m4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/mips_m4k.c b/src/target/mips_m4k.c
index 1a65c50b..5f5aa72e 100644
--- a/src/target/mips_m4k.c
+++ b/src/target/mips_m4k.c
@@ -981,7 +981,7 @@ int mips_m4k_bulk_write_memory(struct target *target, uint32_t address, uint32_t
int retval;
int write = 1;
- LOG_DEBUG("address: 0x%8.8x, count: 0x%8.8x", address, count);
+ LOG_DEBUG("address: 0x%8.8" PRIx32 ", count: 0x%8.8" PRIx32 "", address, count);
if (target->state != TARGET_HALTED)
{