From 99a44968c2dc7ea2d4edf4747bfb510e7a4cc094 Mon Sep 17 00:00:00 2001 From: Michael Urman Date: Tue, 28 Oct 2003 19:18:47 +0000 Subject: [PATCH] Remove extraneous printf("DBG: ") Reported By: Edouard Gomez svn path=/trunk/yasm/; revision=1081 --- modules/dbgfmts/stabs/stabs-dbgfmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dbgfmts/stabs/stabs-dbgfmt.c b/modules/dbgfmts/stabs/stabs-dbgfmt.c index 6ab083d4..d4a5d6c3 100644 --- a/modules/dbgfmts/stabs/stabs-dbgfmt.c +++ b/modules/dbgfmts/stabs/stabs-dbgfmt.c @@ -441,7 +441,6 @@ stabs_bc_stab_tobytes(yasm_bytecode *bc, unsigned char **bufp, void *d, YASM_WRITE_16_L(buf, stab->desc); if (stab->symvalue != NULL) { - printf("DBG: "); bc->offset += 8; output_reloc(stab->symvalue, bc, buf, stabs_relocsize_bytes, stabs_relocsize_bits, 0, 0, d); -- 2.40.0