V4: fix address printing for real.
authorErik Verbruggen <erik.verbruggen@digia.com>
Fri, 7 Mar 2014 13:33:56 +0000 (14:33 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 8 Mar 2014 08:26:40 +0000 (09:26 +0100)
commit6c23aaf9395a2fd4b60246cc8fbf51c54c2bfb2c
tree9bf45504a5bbb34a547d947b9e5475b52b2e2d84
parent6957e7702476dc300466f6f693782cf8661a5ba1
V4: fix address printing for real.

The previous patch contained the wrong formatting string for 64bit
platforms. Good compilers will warn on this (and fail compiling with
-Werror). Fixed the issue in such a way that we now have static checking
for both 32bit/64bit platforms by the compiler.

Change-Id: Idf4a80d8795605c61ef812426c9984df1ceac4d4
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/3rdparty/masm/disassembler/UDis86Disassembler.cpp