aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime/symtab.go2
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 {