Add PowerPC64 ld --tls-get-addr-optimize.
[deliverable/binutils-gdb.git] / gdb / record-btrace.c
index 2f4317161fec8de6f9e0dba0a4bf1a7de45831cb..9e16ab412dfef3a7a63ed766dac45568361e3465 100644 (file)
@@ -1743,7 +1743,7 @@ record_btrace_start_replaying (struct thread_info *tp)
 
       /* We start replaying at the end of the branch trace.  This corresponds
         to the current instruction.  */
-      replay = xmalloc (sizeof (*replay));
+      replay = XNEW (struct btrace_insn_iterator);
       btrace_insn_end (replay, btinfo);
 
       /* Skip gaps at the end of the trace.  */
This page took 0.023546 seconds and 4 git commands to generate.