K 10 svn:author V 6 cognet K 8 svn:date V 27 2013-10-27T23:48:59.057967Z K 7 svn:log V 211 Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It can happen sizeof(MACHINE_ARCH) is more than 4 bytes, and bad things would happen. This should make the ctors being called again on armeb. END