Fix the bugs I introduced fixing the bug earlier tonight.
This commit is contained in:
parent
ae12b87972
commit
eaf56db5bc
4 changed files with 11 additions and 6 deletions
|
|
@ -267,7 +267,8 @@ top:
|
|||
|
||||
a = dwarfgetabbrev(d, s->aoff, num);
|
||||
if(a == nil){
|
||||
fprint(2, "getabbrev %ud: %r\n", num);
|
||||
fprint(2, "getabbrev %ud %ud for %ud,%ud: %r\n", s->aoff, num, s->unit, s->uoff);
|
||||
abort();
|
||||
return -1;
|
||||
}
|
||||
if(parseattrs(&s->b, s->unit, a, &s->attrs) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue