[gdb/testsuite] Fix gdb.fortran/nested-funcs-2.exp with gdbserver
[deliverable/binutils-gdb.git] / opcodes / z80-dis.c
index b23e8e99fd8fcffc4e55e5ade070c3e5609ed699..cd840444511fe7a01b6d242f013855090b559b82 100644 (file)
@@ -804,6 +804,7 @@ suffix (struct buffer *buf, disassemble_info *info, const char *txt)
   old_stream = info->stream;
   info->fprintf_func = (fprintf_ftype) &sprintf;
   info->stream = mybuf;
+  mybuf[0] = 0;
   buf->base++;
   if (print_insn_z80_buf (buf, info) >= 0)
     buf->n_used++;
This page took 0.039879 seconds and 4 git commands to generate.