diff options
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index 7c1591994e..8b6bddf456 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -685,7 +685,7 @@ type _panic struct { // stack traces type stkframe struct { - fn *_func // function being run + fn funcInfo // function being run pc uintptr // program counter within fn continpc uintptr // program counter where execution can continue, or 0 if not lr uintptr // program counter at caller aka link register |
