mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* gdb/arm-tdep.c (arm_mode_strings): Add NULL entry at end of array.
This commit is contained in:
@ -124,7 +124,8 @@ static const char *arm_mode_strings[] =
|
||||
{
|
||||
"auto",
|
||||
"arm",
|
||||
"thumb"
|
||||
"thumb",
|
||||
NULL
|
||||
};
|
||||
|
||||
static const char *arm_fallback_mode_string = "auto";
|
||||
|
Reference in New Issue
Block a user