target/arm: Mark some arrays const
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20181011205206.3552-6-richard.henderson@linaro.org [PMM: drop change to now-deleted cpu_mode_names array] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
87f9a7f0c8
commit
308e563615
@ -72,7 +72,7 @@ static TCGv_i64 cpu_F0d, cpu_F1d;
|
||||
|
||||
#include "exec/gen-icount.h"
|
||||
|
||||
static const char *regnames[] =
|
||||
static const char * const regnames[] =
|
||||
{ "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
|
||||
"r8", "r9", "r10", "r11", "r12", "r13", "r14", "pc" };
|
||||
|
||||
@ -4907,7 +4907,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 New Issue
Block a user