target/mips32_pracc: fix C99 format specifiers 40/2140/2
authorPaul Fertser <fercerpav@gmail.com>
Mon, 12 May 2014 07:57:40 +0000 (11:57 +0400)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sat, 31 May 2014 12:02:28 +0000 (12:02 +0000)
Warnings exposed by arm-none-eabi build.

Change-Id: Icdaf168d7aaa1a62bdfd41a64e43ef94816d3721
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/2140
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/target/mips32_pracc.c

index e2b40c4c65bd448ebbb084a132810a6e3b4eab9c..e97626cb2eb702700935c32ba4740a8beacf33c4 100644 (file)
@@ -212,7 +212,7 @@ int mips32_pracc_exec(struct mips_ejtag *ejtag_info, struct pracc_queue_info *ct
                if (ejtag_info->pa_ctrl & EJTAG_CTRL_PRNW) {                                            /* write/store access */
                        /* Check for pending store from a previous store instruction at dmseg */
                        if (store_pending == 0) {
-                               LOG_DEBUG("unexpected write at address %x", ejtag_info->pa_addr);
+                               LOG_DEBUG("unexpected write at address %" PRIx32, ejtag_info->pa_addr);
                                if (code_count < 2) {   /* allow for restart */
                                        restart = 1;
                                        continue;
@@ -222,7 +222,7 @@ int mips32_pracc_exec(struct mips_ejtag *ejtag_info, struct pracc_queue_info *ct
                                /* check address */
                                if (ejtag_info->pa_addr < MIPS32_PRACC_PARAM_OUT || ejtag_info->pa_addr > max_store_addr) {
 
-                                       LOG_DEBUG("writing at unexpected address %x", ejtag_info->pa_addr);
+                                       LOG_DEBUG("writing at unexpected address %" PRIx32, ejtag_info->pa_addr);
                                        return ERROR_JTAG_DEVICE_ERROR;
                                }
                        }
@@ -241,7 +241,7 @@ int mips32_pracc_exec(struct mips_ejtag *ejtag_info, struct pracc_queue_info *ct
                         if (!final_check) {                    /* executing function code */
                                /* check address */
                                if (ejtag_info->pa_addr != (MIPS32_PRACC_TEXT + code_count * 4)) {
-                                       LOG_DEBUG("reading at unexpected address %x, expected %x",
+                                       LOG_DEBUG("reading at unexpected address %" PRIx32 ", expected %x",
                                                        ejtag_info->pa_addr, MIPS32_PRACC_TEXT + code_count * 4);
 
                                        /* restart code execution only in some cases */
@@ -283,7 +283,7 @@ int mips32_pracc_exec(struct mips_ejtag *ejtag_info, struct pracc_queue_info *ct
                                        }
                                } else {
                                        if (ejtag_info->pa_addr != (MIPS32_PRACC_TEXT + code_count * 4)) {
-                                               LOG_DEBUG("unexpected read address in final check: %x, expected: %x",
+                                               LOG_DEBUG("unexpected read address in final check: %" PRIx32 ", expected: %x",
                                                          ejtag_info->pa_addr, MIPS32_PRACC_TEXT + code_count * 4);
                                                return ERROR_JTAG_DEVICE_ERROR;
                                        }

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)