diff options
Diffstat (limited to 'gdb/arch/aarch32.c')
-rw-r--r-- | gdb/arch/aarch32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arch/aarch32.c b/gdb/arch/aarch32.c index 5bc24a3..bf7a332 100644 --- a/gdb/arch/aarch32.c +++ b/gdb/arch/aarch32.c @@ -26,7 +26,7 @@ target_desc * aarch32_create_target_description () { - target_desc *tdesc = allocate_target_description (); + target_desc *tdesc = allocate_target_description ().release (); #ifndef IN_PROCESS_AGENT set_tdesc_architecture (tdesc, "arm"); |