gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.
[deliverable/binutils-gdb.git] / gdb / ax-gdb.c
index 817fa53ed90b2f33f6c54ab79bde707df3976c9f..7091a4ae268a3364687d6a6ccee6138f76eb6e85 100644 (file)
@@ -2564,7 +2564,7 @@ gen_printf (CORE_ADDR scope, struct gdbarch *gdbarch,
 
   /* Issue the printf bytecode proper.  */
   ax_simple (ax, aop_printf);
-  ax_simple (ax, nargs);
+  ax_raw_byte (ax, nargs);
   ax_string (ax, format, fmtlen);
 
   /* And terminate.  */
This page took 0.023277 seconds and 4 git commands to generate.