]> Cypherpunks repositories - gostls13.git/commitdiff
line numbers
authorKen Thompson <ken@golang.org>
Sat, 28 Jun 2008 00:35:42 +0000 (17:35 -0700)
committerKen Thompson <ken@golang.org>
Sat, 28 Jun 2008 00:35:42 +0000 (17:35 -0700)
SVN=125228

src/cmd/gc/subr.c

index 9b20ee4f6fa58f865ad3b107c54068a73f1ee482..6bae9833ac4355c126e6c6b3410140e7bd8101d1 100644 (file)
@@ -700,6 +700,8 @@ Lconv(Fmt *fp)
 
        n = 0;
        for(h=hist; h!=H; h=h->link) {
+               if(h->offset < 0)
+                       continue;
                if(lno < h->line)
                        break;
                if(h->name) {