* svn@openbios.org svn@openbios.org [070520 19:10]:
Log: 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.
Just wondering, how is that supposed to cause a segfault? I think there must be a different reason.
The patch breaks compilation on 64bit platforms. Fix is coming.