convert to_get_min_fast_tracepoint_insn_len
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index cb330ea54f7a04b9ffc06b0e79ddbabbec12f003..e8636785d6dd81da9fa92c17cd12d737184861b6 100644 (file)
@@ -1377,7 +1377,7 @@ avr_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);
   
   tdep->call_length = call_length;
This page took 0.024226 seconds and 4 git commands to generate.