target: Fix snprintf format string and argument mismatch in md output
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Thu, 22 Jun 2017 12:23:58 +0000 (14:23 +0200)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Fri, 30 Jun 2017 09:06:32 +0000 (10:06 +0100)
commit868a100143ad74fb194040df7da6895b0e55d0a3
tree828a5276bff53718d0f2ea6cd88589338a2b67c4
parent1725abc3c0b69660cfe3e43ee3f3dbb479821b31
target: Fix snprintf format string and argument mismatch in md output

Commit 47b8cf842 changed the fixed type of the value argument to snprint
but didn't change the format string to match for sizes != 64 bit.

Change-Id: I908b06f49ab69d04224282949190a0de883048e0
Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-on: http://openocd.zylin.com/4167
Tested-by: jenkins
Reviewed-by: Stian Skjelstad <stian@nixia.no>
Reviewed-by: Philipp Guehring <pg@futureware.at>
src/target/target.c