K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-04-22T14:11:59.090316Z K 7 svn:log V 309 MFC r206842: 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. END