Fixed cold case bug #1748, printing of mem_size_t and u16_t statistics.

This commit is contained in:
christiaans 2006-06-15 07:10:04 +00:00
parent 1f01634029
commit d821277430

View File

@ -37,8 +37,10 @@
#if MEM_SIZE > 64000l
typedef u32_t mem_size_t;
#define MEM_SIZE_F U32_F
#else
typedef u16_t mem_size_t;
#define MEM_SIZE_F U16_F
#endif /* MEM_SIZE > 64000 */