X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftarget%2Farm720t.c;h=1b809e6dbf4af8dfe52f918fb572b9d622fab2c4;hb=5ed126c4f90948fbf53d186dc4ef49018fb5ecfc;hp=0a95e1c524c4bf793bf97e28d70ee3fdd2c550a0;hpb=9b13ffe4e2edc1eabdf52c2d117396b1b21de968;p=openocd.git diff --git a/src/target/arm720t.c b/src/target/arm720t.c index 0a95e1c524..1b809e6dbf 100644 --- a/src/target/arm720t.c +++ b/src/target/arm720t.c @@ -138,7 +138,7 @@ int arm720t_scan_cp15(target_t *target, u32 out, u32 *in, int instruction, int c else DEBUG("out: %8.8x, instruction: %i, clock: %i", out, instruction, clock); #else - DEBUG("out: %8.8x, instruction: %i, clock: %i", in, out, instruction, clock); + DEBUG("out: %8.8x, instruction: %i, clock: %i", out, instruction, clock); #endif return ERROR_OK;