diff options
Diffstat (limited to 'gdb/xtensa-tdep.c')
-rw-r--r-- | gdb/xtensa-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/xtensa-tdep.c b/gdb/xtensa-tdep.c index f09d233..239f1f7 100644 --- a/gdb/xtensa-tdep.c +++ b/gdb/xtensa-tdep.c @@ -727,7 +727,8 @@ xtensa_init_reggroups (void) xtensa_vectra_reggroup = reggroup_new ("vectra", USER_REGGROUP); for (i = 0; i < XTENSA_MAX_COPROCESSOR; i++) - xtensa_cp[i] = reggroup_new (xstrprintf ("cp%d", i), USER_REGGROUP); + xtensa_cp[i] = reggroup_new (xstrprintf ("cp%d", i).release (), + USER_REGGROUP); } static void |