* gdb/arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
This commit is contained in:
parent
60536292df
commit
6877026586
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-10-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||
|
||||
* arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
|
||||
|
||||
2010-10-11 Doug Evans <dje@google.com>
|
||||
|
||||
* c-typeprint.c (c_type_print_modifier): Add note that this prints
|
||||
|
|
|
@ -124,7 +124,8 @@ static const char *arm_mode_strings[] =
|
|||
{
|
||||
"auto",
|
||||
"arm",
|
||||
"thumb"
|
||||
"thumb",
|
||||
NULL
|
||||
};
|
||||
|
||||
static const char *arm_fallback_mode_string = "auto";
|
||||
|
|
Loading…
Reference in a new issue