commit | 2ab9391dea6e36fed13443c29bf97d3be05f5289 | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Fri Mar 31 10:28:29 2006 -0800 |
committer | Tony Luck <tony.luck@intel.com> | Fri Mar 31 10:28:29 2006 -0800 |
tree | 8bc492fe3df71457caf8009bd081b9be0ec1074a | |
parent | f19180056ea09ec6a5d32e741234451a1e6eba4d [diff] |
[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: Tony Luck <tony.luck@intel.com>