]> git.sur5r.net Git - openocd/blobdiff - src/target/mips_m4k.c
ADIv5 clean up AP selection and register caching
[openocd] / src / target / mips_m4k.c
index 1a65c50b1f318e4fa0a783217ef02093f8d385ce..5f5aa72ee3ee39e4b9d0b79865c2e63764edfd0c 100644 (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)
        {