diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/runtime/symtab.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/symtab.go b/src/runtime/symtab.go index 37c21ee89..03b0d8cb7 100644 --- a/src/runtime/symtab.go +++ b/src/runtime/symtab.go @@ -13,6 +13,8 @@ type Frame struct { File string Line int + + Entry uintptr } func CallersFrames(callers []uintptr) *Frames { |