Use XCNEW gdbarch_tdep
[deliverable/binutils-gdb.git] / gdb / v850-tdep.c
index 087026af69d1ade5fc318c956bf31641279ab8f6..30cd35be8ab45728c6ce2ac8497eeff81cbd143c 100644 (file)
@@ -1396,7 +1396,7 @@ v850_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
 
       return arches->gdbarch;
     }
-  tdep = XNEW (struct gdbarch_tdep);
+  tdep = XCNEW (struct gdbarch_tdep);
   tdep->e_flags = e_flags;
   tdep->e_machine = e_machine;
 
This page took 0.027265 seconds and 4 git commands to generate.