Index: src/pkg/runtime/symtab.c |
=================================================================== |
--- a/src/pkg/runtime/symtab.c |
+++ b/src/pkg/runtime/symtab.c |
@@ -411,7 +411,7 @@ |
} |
void |
-runtime·funcline_go(Func *f, uintptr targetpc, String retfile, int32 retline) |
+runtime·funcline_go(Func *f, uintptr targetpc, String retfile, intgo retline) |
{ |
retfile = f->src; |
retline = runtime·funcline(f, targetpc); |