[IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibility
authorTony Luck <tony.luck@intel.com>
Fri, 31 Mar 2006 18:28:29 +0000 (10:28 -0800)
committerTony Luck <tony.luck@intel.com>
Fri, 31 Mar 2006 18:28:29 +0000 (10:28 -0800)
gcc3 thinks that a 32-bit field of a u64 type is itself a u64, so
should be printed with "%ld".  gcc4 thinks it needs just "%d".
Make both versions happy by avoiding this construct.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found