mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
libmach: remove debug print
R=rsc http://codereview.appspot.com/6395048
This commit is contained in:
parent
5f0bb59e0d
commit
c934984537
1 changed files with 0 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue