mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
parent
2f9bf88b36
commit
cf303e5baa
1 changed files with 2 additions and 1 deletions
|
@ -309,7 +309,8 @@ stabsline2pc(Fhdr *fhdr, u64int startpc, ulong line, u64int *pc)
|
|||
|
||||
l.type = LADDR;
|
||||
l.addr = startpc;
|
||||
if((s = ffindsym(fhdr, l, CTEXT)) == nil)
|
||||
if((s = ffindsym(fhdr, l, CTEXT)) == nil
|
||||
|| stabsym(&fhdr->stabs, s->u.stabs.i, &ss) < 0)
|
||||
return -1;
|
||||
|
||||
trigger = 0;
|
||||
|
|
Loading…
Reference in a new issue