Here is a small fix to prevent a segmentation fault in lbtdump.
commit917bf6b99e04320949c99289d456d9f9a79b4dee
authorBen Hewson <ben@hewson-venieri.com>
Sun, 20 May 2007 17:10:17 +0000 (20 17:10 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 20 May 2007 17:10:17 +0000 (20 17:10 +0000)
treef053615031d7acf9c85dc2c156f005f4a501c994
parent7f4040af820372764a4038acb80f42f60148aced
Here is a small fix to prevent a segmentation fault in lbtdump.

The format specifier in the printf statements have been changed from
%08lx to %08llx or similar where uint64_t are being displayed.

Signed-off-by: Ben Hewson <ben@hewson-venieri.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2679 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/lbtdump/lbtdump.c