diff options
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index fd448901a6..e38d11a59d 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -125,6 +125,7 @@ type gobuf struct { ctxt unsafe.Pointer // this has to be a pointer so that gc scans it ret uintreg lr uintptr + bp uintptr // for GOEXPERIMENT=framepointer } // Known to compiler. |
