K 10 svn:author V 6 andrew K 8 svn:date V 27 2012-12-22T04:11:59.611799Z K 7 svn:log V 211 Make struct fstate aligned to the same as an int as its pointer is cast to an int pointer in args.c. This fixes an issue with ARM where the struct will be byte aligned but an int pointer must be 4 byte aligned. END