diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-04-19 14:34:44 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-04-19 14:34:44 +0000 |
commit | 9e69ae693d6fdbdb4278ec49ab30c64f73954d40 (patch) | |
tree | f7268746469050d06dd21bb7aa608c23398dbb83 /contrib/gcc | |
parent | ea377e0111a4012e67abb55b9df78ea362f84367 (diff) | |
download | FreeBSD-src-9e69ae693d6fdbdb4278ec49ab30c64f73954d40.zip FreeBSD-src-9e69ae693d6fdbdb4278ec49ab30c64f73954d40.tar.gz |
Fix brokenness in top on big-endian 32-bit systems introduced when
changing format_k2 to take a long long. Because itoa is defined as a K&R
C function, without prototyping its arguments, format_k2 passed a 64-bit
value, but itoa() received only the first word, showing '0' in all memory
fields.
Diffstat (limited to 'contrib/gcc')
0 files changed, 0 insertions, 0 deletions