From ab3bdfb2cb7b0c16800195951e4ee549cf8e86a5 Mon Sep 17 00:00:00 2001 From: Ferdinand Postema Date: Thu, 12 Nov 2009 23:21:33 +0100 Subject: compile with cygwin (32-bit) Changed some printf format strings.. [dbrownell@users.sourceforge.net: shrink lines, fix indents] Signed-off-by: David Brownell --- src/target/breakpoints.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/target/breakpoints.c') diff --git a/src/target/breakpoints.c b/src/target/breakpoints.c index f2b6ff78..f657ddce 100644 --- a/src/target/breakpoints.c +++ b/src/target/breakpoints.c @@ -235,11 +235,12 @@ bye: return retval; } - LOG_DEBUG("added %s watchpoint at 0x%8.8" PRIx32 " of length 0x%8.8x (WPID: %d)", - watchpoint_rw_strings[(*watchpoint_p)->rw], - (*watchpoint_p)->address, - (*watchpoint_p)->length, - (*watchpoint_p)->unique_id ); + LOG_DEBUG("added %s watchpoint at 0x%8.8" PRIx32 + " of length 0x%8.8" PRIx32 " (WPID: %d)", + watchpoint_rw_strings[(*watchpoint_p)->rw], + (*watchpoint_p)->address, + (*watchpoint_p)->length, + (*watchpoint_p)->unique_id ); return ERROR_OK; } -- cgit v1.2.3