diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index a16cc8d..e1b7764 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -355,7 +355,7 @@ nto_elf_osabi_sniffer (bfd *abfd) return osabi; } -static const char *nto_thread_state_str[] = +static const char * const nto_thread_state_str[] = { "DEAD", /* 0 0x00 */ "RUNNING", /* 1 0x01 */ |