btrace: split record_btrace_step_thread
[deliverable/binutils-gdb.git] / gdb / spu-tdep.c
index 75372df47a75bb61b85168cc7f90f9e6924c6744..4c3f77754ece5940171488e314a98600c8f44205 100644 (file)
@@ -2356,7 +2356,7 @@ info_spu_dma_cmdlist (gdb_byte *buf, int nr, enum bfd_endian byte_order)
              NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
     };
 
-  int *seq = alloca (nr * sizeof (int));
+  int *seq = XALLOCAVEC (int, nr);
   int done = 0;
   struct cleanup *chain;
   int i, j;
This page took 0.026607 seconds and 4 git commands to generate.