mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 06:25:12 +00:00
target/arm: Mark some arrays const
Backports commit 308e5636152594daa4c5597b1188d44d7266db04 from qemu
This commit is contained in:
parent
931b49fb06
commit
3d5f040608
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue