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->flags = l->rflags;
|
||||||
u->sp = l->rsp;
|
u->sp = l->rsp;
|
||||||
u->ss = l->ss;
|
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){
|
if((fp->thread = realloc(fp->thread, (1+fp->nthread)*sizeof(fp->thread[0]))) == nil){
|
||||||
fprint(2, "warning: out of memory saving thread info\n");
|
fprint(2, "warning: out of memory saving thread info\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue