Skip to content
Commit 2ab9391d authored by Tony Luck's avatar Tony Luck
Browse files

[IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibility



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: default avatarTony Luck <tony.luck@intel.com>
parent f1918005
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment