* gdb/arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.

This commit is contained in:
Matthew Gretton-Dann 2010-10-12 08:46:15 +00:00
parent 60536292df
commit 6877026586
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -124,7 +124,8 @@ static const char *arm_mode_strings[] =
{
"auto",
"arm",
"thumb"
"thumb",
NULL
};
static const char *arm_fallback_mode_string = "auto";