target/arm: Align vector registers

Backports commit 8b3495ea195503922c1e00253495cb6887b99dd5 from qemu
This commit is contained in:
Richard Henderson 2018-03-06 15:25:07 -05:00 committed by Lioncash
parent 7f55d6ed69
commit f30abaea66
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -496,7 +496,7 @@ typedef struct CPUARMState {
* the two execution states, and means we do not need to explicitly * the two execution states, and means we do not need to explicitly
* map these registers when changing states. * map these registers when changing states.
*/ */
uint64_t regs[64]; uint64_t QEMU_ALIGNED(16, regs[64]);
uint32_t xregs[16]; uint32_t xregs[16];
/* We store these fpcsr fields separately for convenience. */ /* We store these fpcsr fields separately for convenience. */