BUILD: remove cygwin gcc 3.4.4 build warnings

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver
2010-01-20 23:09:20 +00:00
parent 2a0c9b08d7
commit dbecb13b24
3 changed files with 4 additions and 4 deletions

View File

@@ -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)
{