* 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

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