]> git.sur5r.net Git - openocd/blobdiff - src/target/armv4_5_mmu.c
David Brownell <david-b@pacbell.net>: This patch adds annotations to
[openocd] / src / target / armv4_5_mmu.c
index cc8fb3a23a5fa022abc5d3fc0c0da896f491ecc2..abcd10e434ed033d78fcb4b6486e9dd310d8a2bc 100644 (file)
@@ -299,7 +299,7 @@ int armv4_5_mmu_handle_md_phys_command(command_context_t *cmd_ctx, char *cmd, ch
 
                if ((i % 8 == 7) || (i == count - 1))
                {
-                       command_print(cmd_ctx, output);
+                       command_print(cmd_ctx, "%s", output);
                        output_len = 0;
                }
        }