rearrange struct value to save memory
[deliverable/binutils-gdb.git] / gdb / sh64-tdep.c
index 547f1390ac07096c8b6a0de0c9458694ed0eb766..262de84cf99a53bd3d606a65c403866760fd31e4 100644 (file)
@@ -2370,7 +2370,7 @@ sh64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
 
   /* None found, create a new architecture from the information
      provided.  */
-  tdep = XMALLOC (struct gdbarch_tdep);
+  tdep = XNEW (struct gdbarch_tdep);
   gdbarch = gdbarch_alloc (&info, tdep);
 
   /* Determine the ABI */
This page took 0.023402 seconds and 4 git commands to generate.