target-sparc: Fix wrong printf argument
commit113c61069cb46f871f9c976f6b99097ec3a3cb8f
authorStefan Weil <weil@mail.berlios.de>
Wed, 12 May 2010 18:34:39 +0000 (12 20:34 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 12 May 2010 19:20:11 +0000 (12 19:20 +0000)
tree6bfa4cc9b074372a01a2f768f397e98eb25457d0
parenta72b517756cdced088f311367d5bfc0c352623fb
target-sparc: Fix wrong printf argument

cpu_get_ccr() returns a target_ulong, so a type cast is needed to avoid
wrong output on big endian hosts. We could also use TARGET_FMT_lx,
but that would print 8 instead of 2 digits.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/helper.c