aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/runtime/runtime2.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index 5d0aad0f69..d95a183f99 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -513,8 +513,8 @@ type _func struct {
entry uintptr // start pc
nameoff int32 // function name
- args int32 // in/out args size
- frame int32 // legacy frame size; use pcsp if possible
+ args int32 // in/out args size
+ _ int32 // Previously: legacy frame size. TODO: Remove this.
pcsp int32
pcfile int32