target/arm: Mark some arrays const

Backports commit 308e5636152594daa4c5597b1188d44d7266db04 from qemu
This commit is contained in:
Richard Henderson 2018-11-10 09:49:21 -05:00 committed by Lioncash
parent 931b49fb06
commit 3d5f040608
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -5054,7 +5054,7 @@ static struct {
int nregs;
int interleave;
int spacing;
} neon_ls_element_type[11] = {
} const neon_ls_element_type[11] = {
{4, 4, 1},
{4, 4, 2},
{4, 1, 1},