commit | c52826c267aaca5c976b10e13ee6debc0bdf3f43 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue May 15 14:28:56 2012 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue May 15 14:28:56 2012 +0200 |
tree | 7b4d884aafd50a0c7fbc1ee8bcbd52fef4c814d5 | |
parent | d376c92a91c0b9fad79171abd7c50c1fc8976262 [diff] |
Make sure current_wordsize and PERSONALITY0_WORDSIZE are ints in all arches On 64bit systems with a single personality, they used to be sizeof(long), which has type "long", not "int", which complicates printf formats. * defs.h: Ensure that PERSONALITY0_WORDSIZE;s tyoe is int. This in turn makes sure current_wordsize is also an int. * count.c (call_summary): Revert the change which added cast to int. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>