Associate dummy_frame with ptid
[deliverable/binutils-gdb.git] / gdb / lm32-tdep.c
index 3ac7f89d5d971a4661d4dbf6f7b511110a33d2ef..bdd5477a9a90d550f44dd88bc3d8295c51ac46da 100644 (file)
@@ -527,7 +527,7 @@ lm32_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
     return arches->gdbarch;
 
   /* 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);
 
   /* Type sizes.  */
This page took 0.041557 seconds and 4 git commands to generate.