plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c934984537a7673f980d731e10baec18d0c97c05
parent 5f0bb59e0d8278945d08c167a986ef3cc691d212
Author: Russ Cox <rsc@swtch.com>
Date:   Sat, 14 Jul 2012 09:07:10 -0400

libmach: remove debug print

R=rsc
http://codereview.appspot.com/6395048

Diffstat:
Msrc/libmach/elfcorefreebsdamd64.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/libmach/elfcorefreebsdamd64.c b/src/libmach/elfcorefreebsdamd64.c @@ -113,7 +113,6 @@ elfcorefreebsdamd64(Fhdr *fp, Elf *elf, ElfNote *note) u->flags = l->rflags; u->sp = l->rsp; u->ss = l->ss; -print("core PC=%#llux SP=%#llux\n", u->ip, u->sp); if((fp->thread = realloc(fp->thread, (1+fp->nthread)*sizeof(fp->thread[0]))) == nil){ fprint(2, "warning: out of memory saving thread info\n");