btrace: Use function segment index in call iterator.
[deliverable/binutils-gdb.git] / gdb / ft32-tdep.c
index 966a593a34c22bfb3310ccd4be4781f2e8086ede..5a7aea1bd2d9743e01b792c82d710af98a6b5427 100644 (file)
@@ -597,7 +597,7 @@ ft32_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
     return arches->gdbarch;
 
   /* Allocate space for the new architecture.  */
-  tdep = XNEW (struct gdbarch_tdep);
+  tdep = XCNEW (struct gdbarch_tdep);
   gdbarch = gdbarch_alloc (&info, tdep);
 
   /* Create a type for PC.  We can't use builtin types here, as they may not
This page took 0.023749 seconds and 4 git commands to generate.