diff options
Diffstat (limited to 'gdb/target-descriptions.c')
-rw-r--r-- | gdb/target-descriptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target-descriptions.c b/gdb/target-descriptions.c index f94ace7..f5ec617 100644 --- a/gdb/target-descriptions.c +++ b/gdb/target-descriptions.c @@ -510,7 +510,7 @@ target_desc_info_free (struct target_desc_info *tdesc_info) /* The string manipulated by the "set tdesc filename ..." command. */ -static char *tdesc_filename_cmd_string; +static std::string tdesc_filename_cmd_string; /* Fetch the current target's description, and switch the current architecture to one which incorporates that description. */ |