diff options
Diffstat (limited to 'src/runtime/malloc2.go')
| -rw-r--r-- | src/runtime/malloc2.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/malloc2.go b/src/runtime/malloc2.go index a9d40de306..cd8dc0ad8b 100644 --- a/src/runtime/malloc2.go +++ b/src/runtime/malloc2.go @@ -476,8 +476,8 @@ type finblock struct { alllink *finblock next *finblock cnt int32 - cap int32 - fin [1]finalizer + _ int32 + fin [(_FinBlockSize-2*ptrSize-2*4)/unsafe.Sizeof(finalizer{})]finalizer } // Information from the compiler about the layout of stack frames. |
