This is an automated email from Gerrit. Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3257
-- gerrit commit ac77d3d0314dfaece465d7716ec65a4fa6b6195a Author: Alamy Liu <[email protected]> Date: Wed Aug 12 11:24:00 2015 -0700 adi_v5: Better debugging message format Always shows 8 bytes Change-Id: If62ead73227a6c8296aa6424a95f03128f3a751a Signed-off-by: Alamy Liu <[email protected]> diff --git a/src/target/adi_v5_jtag.c b/src/target/adi_v5_jtag.c index 1c94a2a..0be46f8 100644 --- a/src/target/adi_v5_jtag.c +++ b/src/target/adi_v5_jtag.c @@ -571,7 +571,7 @@ static int jtagdp_transaction_endcheck(struct adiv5_dap *dap) /* Check for STICKYERR */ if (ctrlstat & SSTICKYERR) { - LOG_DEBUG("jtag-dp: CTRL/STAT 0x%" PRIx32, ctrlstat); + LOG_DEBUG("jtag-dp: CTRL/STAT 0x%08" PRIx32, ctrlstat); /* Check power to debug regions */ if ((ctrlstat & (CDBGPWRUPREQ | CDBGPWRUPACK | CSYSPWRUPREQ | CSYSPWRUPACK)) != (CDBGPWRUPREQ | CDBGPWRUPACK | CSYSPWRUPREQ | CSYSPWRUPACK)) { -- ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
